Quote:
|
Originally Posted by Rorschach
Http_via =
Http_x_forwarded_for =
Http_from =
|
I tested the following:
while (list($key, $val) = each($_SERVER)) {
echo "$key => $val<br>";
}
accessing the page myself I got:
HTTP_VIA => 1.1 PTK-CACHE-218B (NetCache NetApp/5.6.1D21)
HTTP_X_FORWARDED_FOR => 86.179.229.242
so did I miss something?