Home >Backend Development >PHP Tutorial >客户端信息只有:“Mozilla/4.0”,这是什么情况?

客户端信息只有:“Mozilla/4.0”,这是什么情况?

WBOY
WBOYOriginal
2016-06-23 14:28:061323browse


请教一下,用php的http_user_agent获取的客户端信息只有:“Mozilla/4.0”,
这是什么情况?


回复讨论(解决方案)

php获取user-agent是$_SERVER['HTTP_USER_AGENT'];

那你怎么获取的呢?贴出代码

就使用 $_SERVER['HTTP_USER_AGENT'],大多用户信息是正常的
我指的是偶尔出现这种只有:“Mozilla/4.0”的用户信息,但不知道是哪种浏览器出现,会不会是某些搜索引擎

也许是curl或者脚本,可以自己指定的,什么agent都可以

指定是可以,现在是不确定是否有真存在的公用性的客户端会有这种信息。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn