Provisional headers are shown?怎么调试
老外给了一个方法:
The way I found about the extension that was blocking my resource was through the net-internals tool in Chrome:
For Latest Versions of chrome
Type chrome://net-export/ in the address bar and hit enter.
Start Recording. And save Recording file to local.
Open the page that is showing problems.
Go back to net-internals
You can view Recorded Log file Here https://netlog-viewer.appspot...
click on events (###) and use the textfield to find the event related to your resource (use parts of the URL).
Finally, click on the event and see if the info shown tells you something.
For Older Versions of chrome
Type chrome://net-internals in the address bar and hit enter.
Open the page that is showing problems.
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 the event and see if the info shown tells you something.
翻译下
1、 打开chrome://net-export/
- 点击start log to disk, 会弹出个框,选择存储在本地位置
- 在浏览器上操作,复现你的问题
- 回到刚才那个页面,点击 stop logging
- 然后打开这个地址: https://netlog-viewer.appspot... 点击选择文件,导入刚才导出的日志记录
- 选择Events,搜索下你的接口,可以看右边的日志,实际上是有cookie的。
其他
还有个经常用的地址:chrome://net-internals
可以用来清除DNS缓存这些
推荐课程
精心打造全新课程,欢迎吐槽!反馈宝贵意见!
在线课程:前端增长-你不知道的那些细节
附赠:常见核心前端面试问题与详细解答
官方博客:FED123前端学堂
课件脑图下载:https://github.com/chalecao/fed-regain
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。