I’m using java Proxy class and passing it to HttpURLConnection.openConnection().
Is there a way to provide authentication information (just like http.proxyUser and http.proxyPassword) to the Proxy class?
Thanks
I’m using java Proxy class and passing it to HttpURLConnection.openConnection(). Is there a way
Share
You can use Authenticator for that purpose: