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?
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
Got it..thank you. Was hoping there was a way to check without blowing-up server bandwidth, but seems this is the only way