http://www.perlmonks.org?node_id=760952


in reply to The age old JavaScript WWW::Mech scenario

There is no way for JavaScript to do anything that you can't imitate with Mech talking to the server. It can only speak HTTP, so all you have to do is look at what it sends and send the same thing. You were on the right track with LiveHTTPHeaders. You probably missed something, or need a cookie, or need to send it as POST instead of GET, etc.
  • Comment on Re: The age old JavaScript WWW::Mech scenario