"Michael Peters" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Miles Gould wrote: > >> Sadly, WWW::Mechanize doesn't look like it >> will help, either, as it doesn't speak Javascript: see >> http://search.cpan.org/~petdance/WWW-Mechanize-1.12/lib/WWW/Mechanize/FAQ.pod >> >> You might have to do something like work out the HTTP request that the >> Javascript would send off in the event of a correct submission, then >> send that using WWW::Mechanize or LWP::UserAgent or something. > > This is pretty easy to do with something like the LiveHTTPHeaders plugin > for > Firefox. It let's you view the exact HTTP request that the Javascript > would send > (which in this case doesn't look like anything too difficult). > > http://livehttpheaders.mozdev.org/ > > -- > Michael Peters > Developer > Plus Three, LP >
Thank you for the tip. This live http headers is helping a lot!