raj8 has asked for the wisdom of the Perl Monks concerning the following question:
use WWW::Mechanize; my $url= 'https://10.64.40.29:8181//login.jsp'; my $mech = WWW::Mechanize->new( autocheck => 1 ); $mech->credentials( '10.65.44.29:8181', 'admin', 'admin' => 'password' ); $mech->get( $url ); print $mech->content();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: WWW::Mechanize with HTTPS
by Herkum (Parson) on Apr 12, 2006 at 03:12 UTC | |
|
Re: WWW::Mechanize with HTTPS
by monarch (Priest) on Apr 12, 2006 at 03:46 UTC | |
|
Re: WWW::Mechanize with HTTPS
by marto (Cardinal) on Apr 12, 2006 at 11:23 UTC |