有没有办法让网站上的代码检测是否有人通过二维码访问它?
我想创建一个使用 QR 码的网站,为了进行用户分析,我想查看有多少人通过代码访问它,但我不需要为此使用 GET 参数,因为我不希望任何 URL 猜测给我不正确的东西。有什么方法可以检测二维码访问吗?
I want to make a site that uses QR codes, and for user analytics I want to see how many people access it through the code, but I don't want a GET parameter for this because I don't want any URL guessing giving me incorrect stuff. Any way to detect QR code access?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不。
除了 URL 中的某些内容之外,您实际上只有标头。例如,如果您假设该 URL 的所有移动流量均来自 QR 码阅读器,则您可以嗅探移动用户代理标头。看起来不太坚固,不过。
No.
Besides something in the URL, you only really have the headers. For example, if you assume all mobile traffic to the URL is from a QR code reader, you could sniff for a mobile User-Agent header. Doesn't seem very robust, tho.
不一定,但您可以使用 URL 缩短程序(例如 bit.ly)来收集分析数据。
Not really, but you can use a URL shortener such as bit.ly to collect analytics.