
1 respuesta
You must be able to specify your proxy server and port.If the code is in java, you can do this by these sample codes:
Also do these for http,ftp, and socks protocols if you would be using these.System.setProperty("https.proxyHost", "proxysite.com");
System.setProperty("https.proxyPort", "8080");