batkins has asked for the wisdom of the Perl Monks concerning the following question:

Hello monks. Is there any way to used LWP to access the Internet through a Microsoft ISA Server? I've tried using the examples in Authen::NTLM and I just get "501 - Not supported" errors. Thanks.

Replies are listed 'Best First'.
Re: using LWP with an ISA proxy
by sauoq (Abbot) on Dec 30, 2002 at 19:19 UTC

    I don't know how to do this in Perl. I've never tried doing it at all actually. I know some people who have had some luck with the NTLM Authorization Proxy Server. It is written in Python though.

    -sauoq
    "My two cents aren't worth a dime.";
    
Re: using LWP with an ISA proxy
by JamesNC (Chaplain) on Dec 30, 2002 at 19:13 UTC