in reply to Re: Lwp and NTLM authentication
in thread Lwp and NTLM authentication

In which environment variables do you have to set the user/password. How do you specify NTLM instead of BasicAuth?

print+qq(\L@{[ref\&@]}@{['@'x7^'!#2/"!4']});

Replies are listed 'Best First'.
Re^3: Lwp and NTLM authentication
by bcarroll (Pilgrim) on Feb 10, 2012 at 20:54 UTC

    This is what I have...

    set http_proxy=http://DOMAIN\USERNAME:PASSWORD@myproxy.mydomain.com:8080

    I guess I am using BasicAuth instead of NTLM...sorry