Tracking Referer with JS and PHP : Problems with IE
I want to build a tracker application where the end user gets a JS code which he puts on his website. I want to track data related to that website like http referer.
What I am currently doing is to feed the client jQuery and a code snippet. The JS checks document.referer and sends that back to my php script via jQuery ajax GET call.
It's working fine in FF and others. I am having iss开发者_C百科ues in IE only.
Can somebody please provide me a solution that works with IE.
Thanks
Known issue with IE since the dawn of time
Do not rely on referer for anything
http://support.microsoft.com/kb/178066
Internet Explorer http referer issue
精彩评论