This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Sockets and Internet Protocols and the fly likes Accessing the Web through Java program via a proxy URL. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "Accessing the Web through Java program via a proxy URL." Watch "Accessing the Web through Java program via a proxy URL." New topic
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Accessing the Web through Java program via a proxy URL.
 
Similar Threads
connecting to the web by a JAVA program
connecting to the web by a JAVA program
mrutyunjay
redirecting content not going correct
java swing client setting header