1

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).

martineau
  • 119,623
  • 25
  • 170
  • 301
bibou test
  • 35
  • 1
  • 8

1 Answers1

1
  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.

  2. Connect with your Python script via proxy being tested to the site. Send all headers you want to see on that side.

  3. Check data received - are there some headers or some date what can break your anonymity.

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