首先上图。经过Chrome 的F12 查看请求头和响应头的时候发现有以下警告。chrome
“CAUTION: provisional headers are shown” in Chrome debugger浏览器
根据网络查到资料能够看出。缓存
一、chrome浏览器中Provisional headers are shown提示,通常来讲,若是看到这个提示,说明这个请求并无发送出去。具体缘由有多种,除了上面提到的状况外,还多是请求被某些扩展如 Adblock 给拦截了,请求被墙了,走本地缓存或者 dataurl 的请求,也会这样显示。网络
二、另外能够经过Chrome自带的一些工具进行测试。工具
http://www.oschina.net/news/22254/12-google-chrome-commands/ 测试
测试步骤:google
I don't really know. The way I found about the extension that was blocking my resource was through theurl
chrome://net-internals
tool in Chrome. spa
Just type that in the address bar and hit enter. .net
Then open the page that is showing problems.
Then go back to net-internals, click on events (###) and use the textfield to find the event related to your resource (use parts of the URL). Finally, click on it and see if the info shown tells you something.
2.1. chrome://net-internals
该命令显示网络相关信息,用来捕获浏览器生成的网络事件,可导出数据,可查看DNS主机解析缓存。
其中一个很重要的功能就是“测试”,若是你没法访问某个网址,那么能够使用 “chrome://net-internals” -> 点击“Tests” tab -> 输入网址,并点击开始测试,Chrome 将报告具体的问题所在。