| Author |
Accessing the Web through Java program via a proxy URL.
|
dinesh Venkatesan
Ranch Hand
Joined: Oct 12, 2006
Posts: 134
|
|
Hi Friends, While trying to connect and communicate with the web through a java program via a proxy, I have an option of specifying the proxy ip and port by : systemProps.put("http.proxy","name_Of_the_proxy"); systemProps.put("http.proxyPort","port_number"); Can anybody help me to know how to give ProxyURL? thanks and regards, dinesh Venkatesan
|
 |
 |
|
|
subject: Accessing the Web through Java program via a proxy URL.
|
|
|