Tagged Questions
2
votes
2answers
526 views
Is there any command-line, generic HTTP proxy (like Squid)?
I can easily use Netcat (or, Socat) to capture traffic between my browser and a specific host:port.
But for Linux, does there exist any command-line counterpart of a Squid-like HTTP proxy that I can ...