Hi,
I was wondering what godot's limit on urls for Rest APIs? I'm making a get request to an api with a json string, however the request fails every time.
All my other get requests to the API work flawlessly. Is this a problem with Godot?
PS: The urls work in web browsers, just not in godot(HttpRequest class)(Godot Ajax calls work as well)