in reply to Re: Re: WWW::Mechanize and javascript
in thread WWW::Mechanize and javascript

Unfortunately, the proxy approach (proxy.pl or HTTP::Recorder) works only on plain HTTP, not in combination with SSL.

If it's just a single request you're trying to examine, could you possibly wing it by saving the page locally and modify the URL it sends the data to, as described here?

--saintmike

  • Comment on Re: Re: Re: WWW::Mechanize and javascript

Replies are listed 'Best First'.
Re: Re: Re: Re: WWW::Mechanize and javascript
by leira (Monk) on Mar 30, 2004 at 04:56 UTC
    Actually, the latest version of HTTP::Recorder, 0.03_01, works with SSL.