Hi
The IP address recorded in the sc_log table is the information obtained from $_SERVER[‘REMOTE_ADDR’].
In my case I have a reverse proxy, so the correct information is in $_SERVER[‘HTTP_X_FORWARDED_FOR’].
Does anyone know how to change this information?
regards.