开发者

Tracking Referer with JS and PHP : Problems with IE

开发者 https://www.devze.com 2023-01-11 13:53 出处:网络
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.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消