A simple transparent (reverse) proxy which redirects to a web resource (web server/service) and then logs all communications both to and from that resource.
Useful if you want a -simple- testing tool.
Download the python script from here.
Usage: logproxy.py [redirecthost] [port]
For example: logproxy.py localhost:80 8080
— will setup a proxy on port 8080 redirecting to localhost 80

No comments yet.