Hi all. I need some help. In the past i have written perl programs to connect to the web using LWP::UserAgent. Now my progams will not work. I think it is because in addition to a proxy, my company is using novell border manager. You have to sign into this when you launch a browser. It asks you for your context tree (or something) your login id and password. has anyone ahd any experience/success writing perl programs in an environment like this? If so, what did you do to enable your program to get access?
here is the output of my program below, using the debug option for LWP. myproxy represnets the fully qualified name of the proxy server. Thanks, Taylor LWP::UserAgent::new: () LWP::UserAgent::proxy: ARRAY(0x40164c3c) http://myproxy:8080/ LWP::UserAgent::proxy: http http://myproxy:8080/ LWP::UserAgent::proxy: ftp http://myproxy:8080/ LWP::UserAgent::request: () LWP::UserAgent::send_request: GET http://quote.yahoo.com/d?f=snl1d1t1c1p2va&s=csco+orcl+emc+amgn LWP::UserAgent::_need_proxy: Proxied to http://myproxy:8080/ LWP::Protocol::http::request: () LWP::UserAgent::request: Simple response: Internal Server Error 500 (Internal Server Error) Can't connect to myproxy:8080 (Timeout) Client-Date: Wed, 06 Feb 2002 16:41:49 GMT Taylor Lewick Unix System Administrator Fortis Benefits 816 881 6073 "Help Wanted. Seeking Telepath..." "You Know where to apply." **************************************************************** Please Note The information in this E-mail message is legally privileged and confidential information intended only for the use of the individual(s) named above. If you, the reader of this message, are not the intended recipient, you are hereby notified that you should not further disseminate, distribute, or forward this E-mail message. If you have received this E-mail in error, please notify the sender. Thank you *****************************************************************
