Posted By:
Jorgen_Nordqvist
Posted On:
Friday, May 17, 2002 06:21 AM
Guru,
Yes, it is possible to access a URL via a proxy server using Java. If your firewall supports the SOCKS protocol it is totally transparent to your code that connects to the URL. For more info check this URL out: http://developer.java.sun.com/developer/qow/archive/85/index.html
Jorgen