IlyaS has asked for the wisdom of the Perl Monks concerning the following question:
I have my PC behind TMG proxy with authentication (integrated type) and I have to create a script to download something from Internet. So I have to authenticate. How can I do this ?
Headers from TMG:
Proxy-Authentication: Negotiate
Proxy-Authentication: Kerberos
Proxy-Authentication: NTLM
and
Client-Warning: Unsupported authentication scheme 'kerberos'
I`ve tried to pass using Authen::NTLM like described here http://www.perlmonks.org/?node_id=953031 but it`s useless
P.S. Sorry for my rude english - it`s not my native languageUpd. Thanks all. It was my mistake using Authen::NTLM
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl behind TMG proxy
by Anonymous Monk on Jan 21, 2015 at 10:57 UTC | |
by IlyaS (Novice) on Jan 21, 2015 at 11:06 UTC | |
|
Re: Perl behind TMG proxy
by nikosv (Deacon) on Jan 21, 2015 at 16:27 UTC |