Hi, I have to access internet through a proxy which requires username and password.
When I am trying to access a page on internet using WWW::Mechanize 0.33; , I am getting.: LWP::UserAgent::request: () HTTP::Cookies::add_cookie_header: Checking businessx.in for cookies HTTP::Cookies::add_cookie_header: Checking .in for cookies LWP::UserAgent::send_request: GET http://www.google.com/ LWP::UserAgent::_need_proxy: Proxied to http://my.proxy:1080 LWP::Protocol::http::request: () LWP::Protocol::collect: read 734 bytes LWP::Protocol::collect: read 436 bytes LWP::Protocol::collect: read 2629 bytes HTTP::Cookies::extract_cookies: Set cookie BCSI-CS0AD550C8 => 2 LWP::UserAgent::request: Simple response: Proxy Authentication Required It seems that LWP::UserAgent does not support proxy with authentication. What is the solution. TIA, regards, Prateek
