“CAUTION: provisional headers are shown” in Chrome

首先上图。通过Chrome 的F12 查看请求头和响应头的时候发现有如下警告。

“CAUTION: provisional headers are shown” in Chrome debugger


根据网络查到资料可以看出。

1、chrome浏览器中Provisional headers are shown提示,一般来说,如果看到这个提示,说明这个请求并没有发送出去。具体原因有多种,除了上面提到的情况外,还可能是请求被某些扩展如 Adblock 给拦截了,请求被墙了,走本地缓存或者 dataurl 的请求,也会这样显示

2、另外可以通过Chrome自带的一些工具进行测试。

http://www.oschina.net/news/22254/12-google-chrome-commands/

测试步骤:

I don't really know. The way I found about the extension that was blocking my resource was through the

chrome://net-internals tool in Chrome. 

Just type that in the address bar and hit enter. 

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 将报告具体的问题所在。
“CAUTION: provisional headers are shown” in Chrome_第1张图片

你可能感兴趣的:(chrome,in,headers,“CAUTION:,provisional,are,shown”)