Request.UrlReferrer is NULL for HTTPS

喜夏-厌秋 提交于 2019-12-04 06:26:43

Check the actual http data using a https-aware inspector like fiddler. Many browsers simply don't send the referrer when communicating over https, in which case there is simply no way to get it.

If you own the origin site, you could add something into the query-string as a substitute, but that's about it.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!