privoxy 3.0.0 on linux debian
first of all : GREAT JOB, Thanks :-)
It seems that filters don't apply when a page is
requested by a POST method...
All my filters work perfectly well when call with GET.
If i try to filter a page which is the result of a
POST, nothing happen.
When I do a lookup with the URL privoxy reports that
the filter will be used but in fact the filter is not
applied...
for testing I had one rule:
s/.*/hello/s
I couldn't find any info in the documentation. When
examining verbose logging I don't see any evidences for
the use of filters...
is it a bug or am i doing wrong ?
Thank you
Pascal COURTOIS
pc@nouvo.com
Logged In: YES
user_id=78811
Filtering doesn't make any difference (it doesn't even
know) if the document was requested by a GET or POST
call.
If you want the filtering to be logged, you should add
"debug 64" to your config file. You will then see for
each request which filters are used and how many
hits they produce.
Should you need more specific advice, please tell us which
filter failed on which CGI (please give a URL).