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] [sadeyes] [sadeyes]](/data/assets/smilies/sadeyes.gif)
Any help will be greatly appreciated.![[medal] [medal] [medal]](/data/assets/smilies/medal.gif)
Regards,
Roy.
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] [sadeyes] [sadeyes]](/data/assets/smilies/sadeyes.gif)
Any help will be greatly appreciated.
![[medal] [medal] [medal]](/data/assets/smilies/medal.gif)
Regards,
Roy.