- or download this
Client-Warning : Unsupported authentication scheme 'ntlm'
Title : You are not authorized to view this page
- or download this
Client-Warning : Unsupported authentication scheme 'negotiate'
Title : You are not authorized to view this page
- or download this
use WWW::Mechanize;
use LWP::Debug qw(+);
use LWP::Authen::Ntlm;
- or download this
#! C:/perl/bin
...
for my $key ( $response->header_field_names() ) {
print $key, " : ", $response->header( $key ), "\n";
}