thelordoftherings
Programmer
Hello,
I am having an application that uses Proxy like that:
System.getProperties().put("proxySet", "true");
System.getProperties().put("proxyHost", "<host>");
System.getProperties().put("proxyPort", "8080");
Considering my proxy requires authentication, how do I do that using code?
I am having an application that uses Proxy like that:
System.getProperties().put("proxySet", "true");
System.getProperties().put("proxyHost", "<host>");
System.getProperties().put("proxyPort", "8080");
Considering my proxy requires authentication, how do I do that using code?