Hi

In this code I do http request through the env proxy:

   my $user_agent = new LWP::UserAgent;
   $user_agent->agent("Mozilla/4.0");
   $user_agent->timeout($timeOut);
   $user_agent->env_proxy();   
   $page = ($user_agent->request(HTTP::Request->new(GET=>$url)))->as_string;

but my proxy requests an authetication (username/password).

How can I introduce authetication in my code?

Thanks!

E.

LOQUENDO S.p.A. 
Vocal Technology and Services 
www.loquendo.it 
[EMAIL PROTECTED]  



====================================================================
CONFIDENTIALITY NOTICE
This message and its attachments are addressed solely to the persons
above and may contain confidential information. If you have received
the message in error, be informed that any use of the content hereof
is prohibited. Please return it immediately to the sender and delete
the message. Should you have any questions, please contact us by
replying to [EMAIL PROTECTED] Thank you
====================================================================

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to