eisdrache has asked for the wisdom of the Perl Monks concerning the following question:
For whatever reason the search.jsp page does not like the request coming from WWW::Mechanize and I cannot figure out the problem, hence the reason for the post.my $mech = WWW::Mechanize->new(); $mech->cookie_jar(HTTP::Cookies->new()); $mech->get($target); $mech->form_name('LoginForm'); $mech->field('loginId' => $login_id); $mech->field('password' => $password); $mech->click();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: WWW::Mechanize redirection problem
by perrin (Chancellor) on Nov 28, 2006 at 06:27 UTC | |
by eisdrache (Novice) on Nov 29, 2006 at 03:44 UTC | |
|
Re: WWW::Mechanize redirection problem
by sanPerl (Friar) on Nov 28, 2006 at 09:04 UTC | |
|
Re: WWW::Mechanize redirection problem
by former33t (Scribe) on Nov 28, 2006 at 12:47 UTC | |
by thinc (Novice) on Nov 28, 2006 at 22:03 UTC |