不是我的背景,但它在我的戴尔 LCD 上的 Fx5、Chrome 12 和 IE8 中闪烁。

如果是这样,有人能告诉我为什么吗?
很长时间以来,人们都知道 IE 会发送多个对 PDF 和其他需要插件的 MIME 类型的请求
现在我们的服务器进程出现异常,因为 IE 突然决定发送 HEAD 请求
这是请求。
Key Value
Request HEAD http://myserver.com/document.pdf HTTP/1.1
Accept */*
User-Agent contype
Accept-Encoding gzip, deflate
Host myserver.com
Content-Length 0
DNT 1
Proxy-Connection Keep-Alive
Pragma no-cache
Run Code Online (Sandbox Code Playgroud)
处理其他 MIME 类型时是否发生了某些变化?