The Un-Official Proxomitron Forum
Redirect https question - Printable Version

+- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums)
+-- Forum: Forum Related (/forumdisplay.php?fid=37)
+--- Forum: Privoxy (/forumdisplay.php?fid=49)
+--- Thread: Redirect https question (/showthread.php?tid=2241)



Redirect https question - lebster - Dec. 10, 2015 09:13 AM

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


RE: Redirect https question - Faxopita - Dec. 10, 2015 01:22 PM

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.