Check if a proxy is anon.

Discussion in 'Programming' started by Aztral, Apr 22, 2014.

  1. #1
    What process do you use to test if a proxy is anon?

    I get how to test if a proxy works against a particular domain, but not sure how to test if it is anon?
     
    Solved! View solution.
    Aztral, Apr 22, 2014 IP
  2. #2
    These are the headers that can help you identify if a proxy is anonymous or not:
    • HTTP_VIA
    • HTTP_X_FORWARDED_FOR
    • HTTP_FORWARDED_FOR
    • HTTP_X_FORWARDED
    • HTTP_FORWARDED
    • HTTP_CLIENT_IP
    • HTTP_FORWARDED_FOR_IP
    • VIA
    • X_FORWARDED_FOR
    • FORWARDED_FOR
    • X_FORWARDED
    • FORWARDED
    • CLIENT_IP
    • FORWARDED_FOR_IP
    • HTTP_PROXY_CONNECTION
     
    jewels1, Apr 23, 2014 IP
  3. Aztral

    Aztral Well-Known Member

    Messages:
    344
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    125
    #3
    Got it..thank you. Was hoping there was a way to check without blowing-up server bandwidth, but seems this is the only way :)
     
    Aztral, Apr 23, 2014 IP