Jump to content

PHP referrer?


2levelsabove

Recommended Posts

They could use a browser add on that doesn't send the HTTP_REFERER value. This would cause the PHP variable $_SERVER['HTTP_REFERER'] to be empty. In your script, if this value is empty you could try $_SERVER['HTTP_FORWARDED_FOR']. If they are using a proxy then this value will contain their IP

Link to comment
https://forums.phpfreaks.com/topic/197899-php-referrer/#findComment-1038543
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.