I have an application that is running on a server behind a proxy. The proxy needs authentication, but my application is not able to supply proxy authentication. I'm now looking for a leightweight proxy that I can run on localhost, and forwards all http requests via the http-proxy. My localhost proxy must supply the authentication for the remote proxy.
I tried privoxy but it doesnt support authentication against the parent-proxy. Squid seems to be overkill. Any suggestions?