Attempting to look at the network traffic generated by a Perl program that
uses LWP for doing HTTPS POSTs, I put this in the driver script:

use LWP::Debug qw(conns);


But, though I see some debugging messages, I don't actually see the HTTP
headers or body data.  Same happens with plain HTTP (no SSL involved). The
docs say:

 conns   : show all data transfered over the connections


I don't get HTTP headers or data from this, either:

use LWP::Debug qw(+);


What's wrong?

I'm using LWP 5.69, Perl 5.6.1, Debian 2.2.

BTW, anybody have any tips on software / usage thereof for HTTPS proxying,
for debugging purposes, and how to set up with LWP?  I've always used
browser plugins or debugging output from (Python) code until now.


John

Reply via email to