Re: Web Proxy Cache's in Brighton / Hove Area
WITHOUT Proxy Set (Problem Settings)
HTTP Variables
--------------------------------------------------------------------------------
Variables Value
. .
REMOTE_ADDR 81.99.x.x
CLIENT_IP
HTTP_X_FORWARDED_FOR
. .
REQUEST_METHOD GET
SERVER_NAME romulas.zmnt.co.uk
SERVER_PORT 80
SERVER_PROTOCOL HTTP/1.1
HTTP_USER_AGENT Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)
HTTP_REFERER
HTTP_CONNECTION Keep-Alive
. .
If CLIENT_IP and HTTP_X_FORWARDED_FOR are blank then you are either directly connected, in which case REMOTE_ADDR is your IP address,
or you are connected via an anonymous proxy server - in which case REMOTE_ADDR is the proxy server IP address.
If CLIENT_IP or HTTP_X_FORWARDED_FOR contain an IP address then this is your IP address and REMOTE_ADDR is your proxy servers address.
WITH PROXY SET (Problem Free)
HTTP Variables
--------------------------------------------------------------------------------
Variables Value
. .
REMOTE_ADDR 80.3.64.7
CLIENT_IP 81.99.x.x
HTTP_X_FORWARDED_FOR 81.99.x.x
. .
REQUEST_METHOD GET
SERVER_NAME romulas.zmnt.co.uk
SERVER_PORT 80
SERVER_PROTOCOL HTTP/1.0
HTTP_USER_AGENT Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)
HTTP_REFERER
HTTP_CONNECTION keep-alive
. .
If CLIENT_IP and HTTP_X_FORWARDED_FOR are blank then you are either directly connected, in which case REMOTE_ADDR is your IP address,
or you are connected via an anonymous proxy server - in which case REMOTE_ADDR is the proxy server IP address.
If CLIENT_IP or HTTP_X_FORWARDED_FOR contain an IP address then this is your IP address and REMOTE_ADDR is your proxy servers address.
|