On 29 May 2014 14:59, "Jake Orlowitz" <[email protected]> wrote: > The problem is that we get $_SERVER['REMOTE_ADDR'] as 10.68.16.4 instead of the real, unique, remote IP address of the client.
Try $_SERVER['HTTP_X_FORWARDED_FOR'] instead. Note that this is supposed to be a list of addresses, not just a single address. Simon (stwalkerster)
_______________________________________________ Labs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/labs-l
