Real Client IP for Opera Mini
-
icemanii last edited by
I'm unable to use Opera Mini as most of the time the IP address in the HTTP header - Client IP is US IP. Is there any HTTP header fields which returns the real client IP of end user's network?
-
Deleted User last edited by
The correct HTTP header is
X-HTTP-FORWARDED-FOR
! Sometimes HTTP-FORWARDED-FOR.On most webservers/Proxie existing environment variables are:
HTTP_CLIENT_IP
HTTP_X_FORWARDED_FOR
HTTP_X_FORWARDED
HTTP_FORWARDED
HTTP_VIA
HTTP_X_COMING_FROM
HTTP_COMING_FROM
The correspoding HTTP header in request has a - instead of a _.