Client IP adress using X-FORWARDED-FOR and REMOTE_ADDR
I am getting an IP adress from the variables named X-FORWARDED-FOR et REMOTE_ADDR.
But they are always returning the same values (REMOTE_ADDR: 127.0.0.1 (localhost) and X-FORWARDED-FOR: 192.168.1.254). I would like to know why I am always getting those values. It is good to mention that we are using a server HTTP (Apache) that redirects requests (Proxy Server) to OAS. Is it related to it?
Thanks
Karl