$mech = WWW::Mechanize->new('keepalive' => 1); my $user = 'domain/user'; my $pass = 'pass'; $mech->credentials(user, pass); $url = "http://URL/TO/ACCESS.aspx"; $mech ->get($url);
In reply to WWW::Mechanize with NTLM authentication by cybershot
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |