Hello, my java program needs to make GET request to the website and get the contents of them. However the server hosting the java program resides behind the firewall; therefore I need to set up some proxy setting like System.getProperties().put("proxyHost", "MYPROXY"
, etc.. As far as I know, the username and password of the authentication have to be base64-encoded. I would like to ask if there is any method doing the similar task? Or do you have any reference for passing the proxy's authentication? Thanks a lot!