that's what i do !
but in order:
the request is passed by my TORproxy_middleware then go thru all the
middlware to reach httpcache...
and backward response pass thru httpcache and reach my TORproxy
checking if a sentence containing the word "banned" is present...
that way if a banned page is reach the identity is renewed but the
page is cached with the contents of the "banned" page ...
i want page to be cached in gz format for offline scraping but i want
to clear cache from "banned" response and retry the request...
How ?
Ben.
On Feb 12, 5:52 am, Максим Горковский <
ragzovs...@gmail.com> wrote:
> You should catch response in a middleware and in case you're banned - send
> TOR signal to change route. If you're interested how to do it, I could send
> you example in monday
>
> 2012/2/12 stygmate <
stygm...@gmail.com>