Post Reply 
Redirect https question
Dec. 10, 2015, 09:13 AM (This post was last modified: Dec. 10, 2015 09:14 AM by lebster.)
Post: #1
Redirect https question
I would like to redirect some javascript files that are included in my live website to my localhost. I tried to do this with a redirect but it seems to only work when the page is http. Is it possible to redirect https to my localhost with privoxy? See below for my redirects. Thanks!

#not working https url - https://examples.com/validate.js
{+redirect{http://localhost/js/validate.js} }
example.com:443/validate.js
Add Thank You Quote this message in a reply
Dec. 10, 2015, 01:22 PM (This post was last modified: Dec. 11, 2015 02:23 PM by Faxopita.)
Post: #2
RE: Redirect https question
By design, Privoxy cannot read encrypted connexions. The host part of the URL is still intercepted, but the path portion remains hidden. Use ProxHTTPSProxyMII in conjunction with Privoxy to remove this limitation. Then, you will likely be able to do what you want.
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: