What is the source of /path/(null) requests?

不羁的心 提交于 2019-12-22 18:46:28

问题


We are beginning to see requests in our Apache Logs in the form

/abc/(null)

These requests all have MSIE 8.0 and Trident 4.0 in the User-Agent field. The requests began to appear when we hadn't deployed any changed code for several weeks.

What is the source of these requests? Is this a bug in MSIE 8?

What is a systematic way to determine if this is a browser bug, javascript library bug or an issue with our code?


回答1:


It's likely either a buggy browser, buggy plugin, or a bot. There are a lot of bots out there crawling websites (badly) and pretending to be browsers.

I wouldn't worry about it unless it's actually causing a problem.

Here's a discussion of the (null) requests and how to block them: http://www.webmasterworld.com/apache/3837651.htm



来源:https://stackoverflow.com/questions/539177/what-is-the-source-of-path-null-requests

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