Posted By:
Richard_Elsberry
Posted On:
Monday, May 20, 2002 08:16 AM
I want to open up an InputStream to read a dyanmic page and save it. I am behind a firewall that uses proxy settings and find I can't use URLConnection.openConnection() like I've done successfully in the past when not having to use a proxy server. An IOException is thrown. Are there any classes or techniques that will allow me to set the proxy server IP and port?
Thanks,
Richard