Help for this page

Select Code to Download


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