http://www.perlmonks.org?node_id=927516


in reply to HTTP/HTTPS/Web Proxy Written in Perl

When the need arises, I use something even more powerful, namely the packet sniffer Wireshark/tshark. TLS decryption is supported if you own the private key.

Why restrict oneself to just the HTTProtocol, when one can have everything in one application?

  • Comment on Re: HTTP/HTTPS/Web Proxy Written in Perl

Replies are listed 'Best First'.
Re^2: HTTP/HTTPS/Web Proxy Written in Perl
by theleftsock (Beadle) on Oct 03, 2011 at 02:41 UTC

    Wireshark is awesome, but I don't think it is going to wrap well in what I am doing.