in reply to Re^2: WWW::Mechanize and Cookies generated through Javascript
in thread WWW::Mechanize and Cookies generated through Javascript

The link you posted only tells about how to reroute a connection attempt to a proxy, not how the proxy itself should work. It doesn't change the validity of my and rowdogs answers. Have you tried WWW::Scripter? Have you tried to disassemble the javascript code?

  • Comment on Re^3: WWW::Mechanize and Cookies generated through Javascript

Replies are listed 'Best First'.
Re^4: WWW::Mechanize and Cookies generated through Javascript
by shanu_040 (Sexton) on Aug 04, 2010 at 12:09 UTC

    I found that it not the cookies that causing the problem..It the post request. How can I handle post method in mechanize.

    I also like to know how it works..I posted the code which works in same. When I submit the login page then problem starts due to form method POST. If I replace post to get it works well

      I'm no expert on Mechanize but similar to the get() method there is a put() method. Documentation is in LWP::UserAgent.