jech / polipo

The Polipo caching HTTP proxy
http://www.pps.jussieu.fr/~jch/software/polipo/
MIT License
1.8k stars 354 forks source link

Support for URL-based proxying #77

Open ghost opened 8 years ago

ghost commented 8 years ago

Hi,

Does or could polipo support a URL based proxy? Where you target: http://polipohost.tld:8123/http://urliwanttoget/

Basically the same as: https://github.com/zhuzhuor/urlproxy/

The use for this is with wanting to cache HTTPS repositories. Say you have a repository that is only HTTPS accessible. You could write your configuration file to use http://polipohost.tld:8123/https://repohost/ and treat it as a normal proxied request, getting speed benefits without having to do SSL MiTM.

Thanks, Teran