Posted - 04/13/2019 : 10:32:52
Hi, I have ran into an issue where starting yesterday, all customer IPs are registered as my own hosing server IP.
Since the function to retrieve IP first looks at HTTP_X_FORWARDED_FOR, and that for some reason returns my server IP, I can't rely on this. I can modify the function to just use REMOTE_ADDR but I'm worried I'm may be missing some fraudsters trying to use proxies.
Has anyone seen an issue with HTTP_X_FORWARDED_FOR returning server IP?
|