1
Solved

http requests gives errors if starting with capital H (Http)

I'm calling a bunch of URLs with HTTP Request on various events. Noticed that these don't work if the url starts with a capital Http - it must be lowercase http.

1 reply

I'm guessing that's because Http is not really a valid protocol :) You should use http instead.

Topic is closed for comments