in reply to Lwp and NTLM authentication
my $ua = LWP::UserAgent->new; $ua->env_proxy; my $response = $ua->get($URL); if ($response->is_success) { print $response->decoded_content; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Lwp and NTLM authentication
by bcarroll (Pilgrim) on Feb 10, 2012 at 15:07 UTC | |
by codeacrobat (Chaplain) on Feb 10, 2012 at 15:31 UTC | |
|
Re^2: Lwp and NTLM authentication
by codeacrobat (Chaplain) on Feb 10, 2012 at 15:38 UTC | |
by bcarroll (Pilgrim) on Feb 10, 2012 at 20:54 UTC |