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();
In reply to WWW::Mechanize with HTTPS by raj8
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |