[Privoxy-devel] About privoxy Improved

456Vv 123 at 456vv.com
Fri Jul 29 03:18:10 UTC 2016


1,Dynamic syntax is very good, but unfortunately not many features, I found no $ port. If you can make create our own dynamic syntax, it is better. For example, the programming language "variable" and the same assignment can be invoked.
   Syntax:
         1)s@(GET) / HTTP/1.1@$custom=$1 at U
         2)$GET= s@(GET) / HTTP/1.1@$1 at i


2,I modified the http request is CONNECT, found privoxy not continue to send requests to the server.
>>>user.filter
CLIENT-HEADER-FILTER: FreeStream-filter testing
s@^GET (.*)(HTTP/\d\.\d\s*)@CONNECT $host $2 at iU



>>>privoxy only initiate a request, no later.
[2016/7/29 10:54:35:267]
CONNECT www.baidu.com HTTP/1.1
Host: www.baidu.com:80


[2016/7/29 10:54:35:345]
HTTP/1.1 200 Connection established


More information about the Privoxy-devel mailing list