使用用户代理字符串或类似的东西,可以将两个完全相同的品牌和模型的设备与不同的设备检测到不同的设备?

发布于 2025-01-31 06:23:23 字数 145 浏览 2 评论 0原文

场景

我有一个编码的情况,许多人将使用相同的设备。每个人都将拥有一个Mac的相同模型和相同的操作系统。...但是我仍然需要能够将它们识别为个人。

这可以做吗?我只知道传递用户代理字符串,并且不确定是否包含硬件标识符

The Scenario

I have a situation of coding where many people will be using the same devices. Each person will have a Mac for example of the same model, and same OS.... but I still need to be able to identify them as individuals.

Is this possible to do? I'm only aware that the user-agent string is passed and am uncertain if it contains a hardware identifier or not

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

欢烬 2025-02-07 06:23:23

您可以使用浏览器指纹技术,例如不仅收集用户代理,还收集其他设备详细信息,例如可用字体,安装的附加组件等,但由于违反了用户同意,因此被认为是非法的。另外,用户可以故意更改其中的一些以避免检测。

You can use browser fingerprinting techniques like collecting not only the user agent but also other device details like available fonts, installed add-ons etc but since it violates user consent, it is perceived as illegal. Also user can intentionally change some of those to avoid detection.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文