in reply to Need help using WWW::Mechanize to access proxy and authentication

The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied.
It may well be that the Microsoft ISA server is configured to require NTLM authentication. I've never been able to get that to work with LWP. See NTLM - Not Telling Linux Much.
  • Comment on Re: Need help using WWW::Mechanize to access proxy and authentication

Replies are listed 'Best First'.
Re^2: Need help using WWW::Mechanize to access proxy and authentication
by mohan123 (Novice) on Jul 11, 2006 at 09:43 UTC

    Hi from your post it looks like your proxy needs authorisation.
    I dont know much about WWW::Mechanize but from my experience with LWP and proxy i think setting up
    $ENV{HTTP_PROXY} which you have set
    $ENV{HTTP_PROXY_USERNAME} and
    $ENV{HTTP_PROXY_PASSWORD}
    thease enviornment variables will help you.