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

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

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