Charli has asked for the wisdom of the Perl Monks concerning the following question:
But with the code above, I am unable to go through the actual page and stuck in the login page. Any thoughts or suggestions?my $mech = WWW::Mechanize->new(); $mech->get($url); $mech->field("UserName", $username); $mech->field("Password", $password); $mech->submit_form();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Form authentication for .NET sites
by thomas895 (Deacon) on May 04, 2015 at 03:28 UTC | |
by Charli (Initiate) on May 04, 2015 at 08:33 UTC | |
by thomas895 (Deacon) on May 05, 2015 at 02:21 UTC |