Hi all,
I wanna use the HTTPRequest node to make an online API call.
I set up the URL in a variable (say req), called $HTTP.request(req)
and got this error (Malformed URL).
I double checked the URL syntax on the API docs and it is correct, I'm particularly sure because I printed out the URL generated in Godot, pasted it on my browser and the online API responded with no errors.
I've been looking around the Godot docs but I haven't found anything useful.
Any clues?