On Thu, 29 May 2003, Jack Yang wrote: [...] > I have another quick question for all of you. I used to use Internet > Junkbuster to log all the HTTP requests that went through the > webbrowser, and this feature makes my life much easier to write down a > Perl script. Unfortunately, JunkBuster doesn't work under HTTPS, > because all the HTTP requests are encrypted. Is there a similar program > which works under HTTPS and can log all HTTP requests? [...]
You could just use lynx -trace, and pipe the output through a script to filter out the non-HTTP junk. There is a mozilla plugin called livehttpheaders that does this. There's also a commercial plugin for MSIE (www.simtec.co.uk, from memory). Never used either. HTH John
