-
Transparent Proxy is a normal proxy server which actually does not improve your online privacy.
Transparent Proxy can provide one benefit by caching frequently accessed pages and this process reduces download time and speed up access for the client.many companies also use this system for filtering purposes.
A transparent proxy will display the following information:
REMOTE_ADDR = Proxy's IP address
HTTP_VIA = Proxy's IP address
HTTP_X_FORWARDED_FOR = Your real IP address
-An
anonymous proxy offers the caching benefits of a transparent proxy, while hiding your IP address by replacing with either the proxies IP, or a random address.
Anonymous Proxy server does not send HTTP_X_FORWARDED_FOR variable to host, this improves privacy since your IP address cannot be logged.
An anonymous proxy will display the following information:
REMOTE_ADDR = Proxy's IP address
HTTP_VIA = Proxy's IP address
HTTP_X_FORWARDED_FOR = Proxy's IP address or a random ip
-An
elite or
high anonymous proxy makes your system look the same as a non-proxied system. This provides the best security and there's no way to detect an elite proxy.
High anonymity Servers don't send HTTP_X_FORWARDED_FOR, HTTP_VIA and HTTP_PROXY_CONNECTION variables. Host doesn't even know you are using proxy server and of course it doesn't know your IP address.
A highly anonymous proxy will display the following information:
REMOTE_ADDR = Proxy's IP address
HTTP_VIA = blank
HTTP_X_FORWARDED_FOR = blank