Alright, so I've been looking into making a proxy judge. and I'm just not following.
The best I can find it to analyze these headers.
CLIENT_IP', 'FORWARDED', 'FORWARDED_FOR', 'FORWARDED_FOR_IP', 'HTTP_CLIENT_IP', 'HTTP_FORWARDED', 'HTTP_FORWARDED_FOR', 'HTTP_FORWARDED_FOR_IP', 'HTTP_PROXY_CONNECTION', 'HTTP_VIA', 'HTTP_X_FORWARDED', 'HTTP_X_FORWARDED_FOR', 'VIA', 'X_FORWARDED', 'X_FORWARDED_FOR
The client IP is pretty easy to detect, but if someone wants to tell how how to interrupt these results, I can code it.
Vary: Accept-Encoding
Age: 16
Connection: keep-alive
Accept-Ranges: bytes
Content-Length: 231
Content-Type: text/html; charset=gb2312
Date: Wed, 12 Aug 2015 01:39:09 GMT
ETag: "a2a5a-e7-51839d5c6999a"
Last-Modified: Thu, 11 Jun 2015 08:32:42 GMT
Vary: Accept-Encoding
Content-Length: 14613
Content-Type: text/html
Date: Wed, 12 Aug 2015 01:38:42 GMT
Last-Modified: Wed, 03 Sep 2014 02:48:32 GMT
Set-Cookie: BAIDUID=ACF992DCD9904A8DCC9678654C2796FF:FG=1; expires=Thu, 31-Dec-37 23:55:55 GMT; max-age=2147483647; path=/; domain=.baidu.com,BIDUPSID=ACF992DCD9904A8DCC9678654C2796FF; expires=Thu, 31-Dec-37 23:55:55 GMT; max-age=2147483647; path=/; domain=.baidu.com,PSTM=1439343522; expires=Thu, 31-Dec-37 23:55:55 GMT; max-age=2147483647; path=/; domain=.baidu.com,BDSVRTM=0; path=/
P3P: CP=" OTI DSP COR IVA OUR IND COM "
Server: BWS/1.1
X-UA-Compatible: IE=Edge,chrome=1
Pragma: no-cache
Cache-control: no-cache
BDPAGETYPE: 1
BDQID: 0xaa00f0600004fe54
BDUSERID: 0
Accept-Ranges: bytes
Age: 0
Proxy-Connection: keep-alive
Via: http/1.1 gsa (ACA/2.0)
The first header doesnt have via at all. Second one does. Does this mean it's non anon?
I don't know. Any help?