| Author |
how to connect a URL if using a proxy setting?
|
aminur rashid
Ranch Hand
Joined: Sep 21, 2001
Posts: 79
|
|
i am making connection to a url and i have set the properties as System.setProperty("http.proxyHost", myProxy); System.setProperty("http.proxyPort", "80"); but how to supply the user id and password for the proxy server What will be the key1 and key2 in System.setProperty(String key1,"myID"); System.setProperty(String key2,"myPassword"); [This message has been edited by aminur rashid (edited September 27, 2001).]
|
Regards<br />Aminur
|
 |
 |
|
|
subject: how to connect a URL if using a proxy setting?
|
|
|