Understanding Proxy Response.

Hi,

Iam new to Networking in Java. My code resides in a Firewall protected envirnoment. I would need to access the Internet for which i need to pass the credentials to the proxy server.

Can anybody help me talking to the ProxyServer and giving the necessary credentials to pass the data outside proxy fire wall.

Thanks

[344 byte] By [mystic_mindsa] at [2007-11-26 22:56:59]
# 1
better off using httpClient for this, Unless you "have" to write the code yourself http://jakarta.apache.org/commons/httpclient/.(I`ve used this for SSL tunnelling dunno about plain connection.)
tabbya at 2007-7-10 12:22:01 > top of Java-index,Core,Core APIs...