HandyCache форум

Главная категория => English forum => Тема начата: GunGunGun от 11 января 2015, 09:53:39



Название: [Request Feature] Decode HTTPS response to chain with Privoxy or Proxomitron
Отправлено: GunGunGun от 11 января 2015, 09:53:39
Hi HandyCache's developers, first Thank you for making such a awesome software.

I'm a Privoxy/Proxomitron user, Privoxy can filter (modify) webpage to remove ads, tracking. I know that HandyCache recently can cache HTTPS by ticking Enable in SSL handling and add a rule but when I was tried to chain HandyCache with Privoxy to filter webpage, the webpage still remain unchanged but HTTPS request is blocked by Privoxy (that mean HandyCache can help Privoxy block request but cannot help Privoxy filter webpage), so I think maybe HandyCache only decode HTTPS Request Header (maybe Request Body too) but not Response Header and Body like ProxHTTPSProxy

 yeah, probably chain ProxHTTPSProxy with Privoxy can help Privoxy filter HTTPS site, but lack caching ability, I've tried to chain HandyCache with ProxHTTPSProxy and ProxHTTPSProxy with Privoxy but problem is HandyCache will cache nothing, I dont know why..).

So I would like to request the feature, I think HandyCache can block request good enough, but ability to block request, filter webpage and enhance privacy... Privoxy/Proxomitron clearly better.

Many thank.


Название: Re: [Request Feature] Decode HTTPS response to chain with Privoxy or Proxomitron
Отправлено: mai62 от 11 января 2015, 17:35:06
Try extension for HandyCache - Content Master http://handycache.ru/component/option,com_smf/Itemid,10/topic,7130.0/
This extension can filter webpages. Https pages also.


Название: Re: [Request Feature] Decode HTTPS response to chain with Privoxy or Proxomitron
Отправлено: GunGunGun от 12 января 2015, 11:09:56
Thank you very much, I will try Content Master later, I found a way to make HandyCache work with both PRivoxy and ProxHTTPSProxy, because Privoxy rule is really to write and manage so I still prefer to use Privoxy over other choice.

I Chained Uncondition proxy as: #7#~#True#~#ProxHTTPSProxy#~#HTTP#~#127.0.0.1#~#8079#~##~#

And Condition Proxy as: #8#~#True#~#Privoxy#~#HTTP#~#127.0.0.1#~#8118#~##~##~#ht tp :/ /

I set browser HTTP and HTTPS Proxy as 127.0.0.1:8080 (HandyCache) and Chain ProxHTTPSProxy with Privoxy using my method from ProxBx forum (sorry I dont know why I cannot post link)

Work great!


Название: Re: [Request Feature] Decode HTTPS response to chain with Privoxy or Proxomitron
Отправлено: GunGunGun от 14 января 2015, 20:34:11
Try extension for HandyCache - Content Master
This extension can filter webpages. Https pages also.

But is there a way to chain with Privoxy like:

HandyCache as Parent Proxy and will decode HTTPS content to readable content and send to Privoxy, Privoxy filter content and send back to HandyCache and store cache.

Because I feel like HandyCache can do it or something like do it through Lua extension  because ContentMaster already can filter HTTPS. Can you provide extension or something like that in the future, because Privoxy or Proxomitron had out of the box content filtering feature and its rule code is really easy to understant with usermanual.

At this time I will try to analyze Content Master source code to find out a way to make extension (if possible) to make HandyCache help Privoxy or Proxomitron filter HTTPS.

Best regards,
GunGunGun


Название: Re: [Request Feature] Decode HTTPS response to chain with Privoxy or Proxomitron
Отправлено: mai62 от 16 января 2015, 11:55:39
Цитировать
HandyCache as Parent Proxy and will decode HTTPS content to readable content and send to Privoxy, Privoxy filter content and send back to HandyCache and store cache.
Such chain isn't possible.