Android HTTP access problem

I’m trying to access a web server in an Android app, the server does not respond on the standart port 80, it uses a different port, so the URL is

http://server_IP:server_port/?query_String

Apparently, this does not work under Juce/Android. It works if I open an URL without specifying a port.

Is there any workaround for this?..

1 Like