is there anyway to get the client IP address via https. My proxy forwards the client IP as I can get it with
via http but not https.
Does anyone know a way round this or a different variable?
I need to do this so I can offer a different page depending on client IP. I can do this on normal http.
------------------------------------------
Somethings come from nothing, nothing seems to come from somethings - SFA - Guerilla
roycrom
Code:
$_SERVER['HTTP_X_FORWARDED_FOR']
Does anyone know a way round this or a different variable?
I need to do this so I can offer a different page depending on client IP. I can do this on normal http.
------------------------------------------
Somethings come from nothing, nothing seems to come from somethings - SFA - Guerilla
roycrom
