How to check if the proxy have a high anonymity level or a transparent level in Python? I am writing a script to sort the good proxies but I want to filter only the high anonymity ones (elite proxies).
Asked
Active
Viewed 895 times
1
-
Can you show us the script ? – t.m.adam Apr 19 '17 at 12:08
-
What do you mean by "anonymity level"? – jochen Apr 19 '17 at 13:12
-
if it is transparent proxy or anonymous proxy or high anonymous – bibou test Apr 19 '17 at 13:22
1 Answers
1
Launch test site in the internet. It will perform only one operation: save received request with all the headers into a database or a file. Each request should have your signature to be sure it's yours original request.
Connect with your Python script via proxy being tested to the site. Send all headers you want to see on that side.
Check data received - are there some headers or some date what can break your anonymity.

Eugene Lisitsky
- 12,113
- 5
- 38
- 59