Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ServerSockets and Proxies using Authentication.

Status
Not open for further replies.

Jay1Roy

Programmer
Jul 10, 2001
95
IE
Hi,

I am trying to write a test utility that sits between a client and a web server and writes to a file all pages/requests going up and down. This is fine when I work locally or even through a proxy that doesn't use authentication. Now I need to use it on a proxy that needs a user ID and password to let connections through it.

HttpURLConnection works with authentication but isn't a solution as I am not passing URLs but browser requests. I have tried a lot of reading on serversockets but haven't but anywhere really.[sadeyes]

Any help will be greatly appreciated. [medal]

Regards,
Roy.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top