in reply to Re^4: LWP::UserAgent Authentication
in thread LWP::UserAgent Authentication
In particular investigate the output for the WWW-Authenticate header.$response = $ua->request( <-- your details go here my @headers = $response->header_field_names(); foreach my $h (@headers) { print "$h = ",$response->header($h),"\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
| A reply falls below the community's threshold of quality. You may see it by logging in. |