in reply to User agent through Privoxy?

I believe that Priovxy works like a SOCKs proxy.
Know, RTFM :)
$ua->proxy( ['http', 'https' ], "http://localhost:8118");

Replies are listed 'Best First'.
Re^2: User agent through Privoxy?
by neilwatson (Priest) on Jun 19, 2006 at 17:18 UTC
    I tried using http in the proxy settings. When I did that, the agent ignored the proxy altogether.

    Neil Watson
    watson-wilson.ca

      This turns out to be a bug in Privoxy. If you upgrade to the 3.0.5-Beta version, the chunked problem goes away.