from some site IE do not send HTTP_REFERER. And i can not get refferal for my site.
how i can fix that?
are is any others way to get REFERER parameter?
IE do not send HTTP_REFERER.
Moderator: General Moderators
From the manual:
It can't be trusted. Harvest it if you care to, but don't depend on it being there.'HTTP_REFERER'
The address of the page (if any) which referred the user agent to the current page. This is set by the user agent. Not all user agents will set this, and some provide the ability to modify HTTP_REFERER as a feature. In short, it cannot really be trusted.
how i can collect the refferer or that is not possible ?neophyte wrote:From the manual:
It can't be trusted. Harvest it if you care to, but don't depend on it being there.'HTTP_REFERER'
The address of the page (if any) which referred the user agent to the current page. This is set by the user agent. Not all user agents will set this, and some provide the ability to modify HTTP_REFERER as a feature. In short, it cannot really be trusted.