Hi emonk,
just tested it and installed HTTP::Proxy and HTTP::Recorder via:
perl -MCPAN -e shell
install HTTP::Proxy
install HTTP::Recorder
Took a while because there are lots of dependencies.
Then I started a simple test script which I got here:
http://www.perl.com/pub/a/2004/06/04/recorder.htmlUse It with a Web Proxy
It was running fine and recorded the session.
Which version did you use? Everyone all over the internet has been complaining about the "Can't locate object method "query_param."" error, and the only fix involves the SVN code, but the SVN repository is down.
The only version I could find without that error, wouldn't work on SSL sites.
I've really tried everything that I could think of, and googled my brains out, but to no avail.
I was really just mostly hoping that either someone had the SVN code lying around, or knew of an alternative that did something similar like the script that nop_90 describes.
I guess I'll just have to code something myself.