Re: HTTP traffic? (use LWP::Debug qw(conns); not working)

2004-01-25 Thread Philippe 'BooK' Bruhat
Le dimanche 25 janvier 2004 à 15:46, John J Lee écrivait: 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. Well, in June 2004, I

Re: HTTP traffic? (use LWP::Debug qw(conns); not working)

2004-01-25 Thread John J Lee
On Sun, 25 Jan 2004, Philippe 'BooK' Bruhat wrote: Le dimanche 25 janvier 2004 à 15:46, John J Lee écrivait: 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

Re: HTTP traffic? (use LWP::Debug qw(conns); not working)

2004-01-25 Thread Philippe 'BooK' Bruhat
Le dimanche 25 janvier 2004 à 21:22, John J Lee écrivait: In fact, you can already use HTTP::Proxy to see inside a HTTPS connection: set HTTPS_PROXY to point to your HTTP::Proxy proxy, use env_proxy with your LWP::UA object. LWP::UA does a GET https://www.example.com/ to the proxy, which

Re: HTTP traffic? (use LWP::Debug qw(conns); not working)

2004-01-25 Thread John J Lee
On Sun, 25 Jan 2004, Philippe 'BooK' Bruhat wrote: Le dimanche 25 janvier 2004 à 21:22, John J Lee écrivait: In fact, you can already use HTTP::Proxy to see inside a HTTPS connection: [...] Any recommendations for a specific one? Well, I was talking about my pet module, HTTP::Proxy.