views:

41

answers:

1

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?

A: 

Maybe Apache TCPMon could be useful.

rodrigoap