Using jQuery.ajax to get https://cheat.sh/chmod and it returns no data. If I open the Firefox devtools and resend the request (click "resend" in the network tab), it will succeed and return the expected response. I am not changing anything between the two calls and I cannot see anything wrong with the configuration.
(Side note: I have a nearly identical call to wttr.in that works just fine in the same script.)
The web-frontend will be replaced to a fully rewritten, low latency high-throughput web-frontend that is used for wttr.in; it should handle this properly
Using
jQuery.ajax
to gethttps://cheat.sh/chmod
and it returns no data. If I open the Firefox devtools and resend the request (click "resend" in the network tab), it will succeed and return the expected response. I am not changing anything between the two calls and I cannot see anything wrong with the configuration.(Side note: I have a nearly identical call to wttr.in that works just fine in the same script.)