dimchansky / datacompressionproxy

Automatically exported from code.google.com/p/datacompressionproxy
0 stars 0 forks source link

Chain Proxy with Privoxy #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hia...

Not an issue as such, I was just wondering if you could chain this proxy with 
Privoxy to make use of both applications?  I couldn't see how to do it myself 
and haven't found any explanations on web searches so this is more of a 
question than a problem.

Original issue reported on code.google.com by nigelove...@googlemail.com on 29 Jan 2015 at 1:49

GoogleCodeExporter commented 8 years ago
Sorry, but this extension uses the chrome.proxy API 
(https://developer.chrome.com/extensions/proxy), which allows only one proxy 
server at a time. That said, you could try chaining Privoxy with Chrome 
Compression Proxy by editing the PAC script in background.js, so that it points 
to your Privoxy server, then configuring Privoxy to forward requests to 
proxy.googlezip.net:443 
(http://www.privoxy.org/user-manual/config.html#FORWARDING). Keep in mind, that 
the requests should have the proper Chrome-Proxy header.

Original comment by jerzyglowacki on 30 Jan 2015 at 1:36