D
Dan Rawson
We have a proxy server which requires a user name and password. I'm
attempting to use LWP::Simple to get some web pages from external hosts with
no luck . . . .
I can get the proxy to work correctly with an external tool like wget, which
has proxy_user and proxy_password command-line options.
Using LWP::Simple always produces the error message:
501 Protocol scheme '' is not supported
I've looked through the LWP documentation, but I don't see how to set the
proxy user/password :-((
Thanks!
Dan
attempting to use LWP::Simple to get some web pages from external hosts with
no luck . . . .
I can get the proxy to work correctly with an external tool like wget, which
has proxy_user and proxy_password command-line options.
Using LWP::Simple always produces the error message:
501 Protocol scheme '' is not supported
I've looked through the LWP documentation, but I don't see how to set the
proxy user/password :-((
Thanks!
Dan