Subject: | Use UserAgent request instead of simple_request? |
I was trying to write a simple proxy that talks to an upstream proxy server
that requires authentication. All the proxy auth handling stuff in
LWP::UserAgent is skipped when calling "simple_request", so I changed
Proxy.pm to call "request" instead, and now authentication is handled.
I haven't looked at all the filtering features of HTTP::Proxy, so perhaps
this change will muck something up there - all I wanted was a way to handle
proxy authentication for applications which support a proxy, but not proxy
auth.
SiMoN