Need Java https proxy which can be enhanced to emulate production https proxy behaviour
Posted
by Thorbjørn Ravn Andersen
on Stack Overflow
See other posts from Stack Overflow
or by Thorbjørn Ravn Andersen
Published on 2010-03-08T11:41:23Z
Indexed on
2010/04/14
3:03 UTC
Read the original article
Hit count: 1173
I have a production environment which require access through a proxy server. Occasionally said server returns blank responses badly confusing the Metro web service library causing all kinds of interesting RuntimeExceptions. I believe the proxy is Squid.
In order to handle these better, I would like to set up a similar scenario here with a local proxy under my control causing all kinds of interesting failures. A quick survey strongly indicated I was not asking right.
So, the question is, is there a simple, open source HTTPS/HTTP whatever proxy written in Java suitable for this purpose?
© Stack Overflow or respective owner