I'm php-scripting behind a firewall, on Windows IIS 5.
The "REMOTE_ADDR" contains the proxy-ip only.
I want to get the clients' IP-adresses using "HTTP_X_FORWARDED_FOR".
When I use phpinfo() to find out at what comes out of each call I see no "HTTP_X_FORWARDED_FOR".
Do I have to activate "HTTP_X_FORWARDED_FOR" on the server to get the client IP?
Thx
The "REMOTE_ADDR" contains the proxy-ip only.
I want to get the clients' IP-adresses using "HTTP_X_FORWARDED_FOR".
When I use phpinfo() to find out at what comes out of each call I see no "HTTP_X_FORWARDED_FOR".
Do I have to activate "HTTP_X_FORWARDED_FOR" on the server to get the client IP?
Thx