Код: Выделить всё
URLConnection conn = new URL("https://mywebsite").openConnection();
Код: Выделить всё
conn.connect();
Код: Выделить всё
java.io.IOException: Unable to tunnel through proxy. Proxy rerurns HTTP/1.1 503 Service Unavailable"
at sun.net.www.protocol.httpHttpURLConnection.doTunneling
Подробнее здесь: https://stackoverflow.com/questions/429 ... navailable
Мобильная версия