用于检测 Internet Explorer 的用户代理字符串中最可靠的部分是什么?

发布于 2024-11-06 00:07:59 字数 253 浏览 0 评论 0原文

例如,使用 Internet Explorer 时版本令牌是否始终以 MSIE 开头?

MSIE 可以显示为其他浏览器的令牌吗?

http://msdn.microsoft.com/en -us/library/ms537503%28v=vs.85%29.aspx

For example, does the version token always start with MSIE using Internet Explorer?

Can MSIE show up as the token of another browser?

http://msdn.microsoft.com/en-us/library/ms537503%28v=vs.85%29.aspx

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

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

发布评论

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

评论(1

轻拂→两袖风尘 2024-11-13 00:07:59

默认情况下,所有版本的 Internet Explorer(或者至少是我见过的每个版本;当然您可能在网上遇到的每个版本)都包含字符串“MSIE”。

然而,还有许多其他浏览器、代理和爬虫包含该字符串,最引人注目的是 Opera 的各种版本。当然,用户代理字符串可以很容易地被用户更改。

因此,您不应绝对依赖用户代理字符串来识别出于任何关键目的的浏览器。

All versions of Internet Explorer (or at least every one that I have ever seen; certainly every one that you are likely to encounter online) contain the string "MSIE" by default.

However, there are numerous other browsers, agents, and crawlers that contain that string, most notably various versions of Opera. And of course, the user-agent string can easily be changed by users.

Therefore, you should not absolutely rely on the user-agent string to identify browsers for any critical purpose.

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