Hi Gurus, I am accessing a web page http://www.outsidedomain.com using LWP::userAgent.
I am getting 407 ISA authentication required/500/501 errors after understanding our network set up , I understood that i need to do NTLM proxy authentication. I used module NTLM::Authen, but no luck. Can somebody demonstrate me how to do NTLM proxy authentication and get the page within a perl script. Thanks, pelp