View HTTP headers in Google Chrome?

直到9.x,这些头文件都在开发工具的资源下,但现在我无法在任何地方找到它。


I'm not sure about your exact version, but Chrome has a tab "Network" with several items and when I click on them I can see the headers on the right in a tab.

Press F12 on windows or ⌥⌘I on a mac to bring up the Chrome developer tools.

Chrome开发人员工具标题标签


I loved the FireFox Header Spy extension so much that i built a HTTP Spy extension for Chrome. I used to use the developer tools too for debugging headers, but now my life is so much better.

Here is a Chrome extension that allows you to view request-, response headers and cookies without any extra clicks right after the page is loaded.

It also handles redirects. It comes with an unobtrusive micro-mode that only shows a hand picked selection of response headers and a normal mode that shows all the information.

https://chrome.google.com/webstore/detail/http-spy/agnoocojkneiphkobpcfoaenhpjnmifb

Enjoy!


For me, as of Google Chrome Version 46.0.2490.71 m, the Headers info area is a little hidden. To access:

1)While the browser is open, press F12 to access Web Developer tools

2)When opened, click the "Network" option

3)Initially, it is possible the page data is not present/up to date. Refresh the page if necessary

4)Observe the page information appears in the listing. (Also, make sure "All" is selected next to the "Hide data URLs" checkbox

see screenshot

链接地址: http://www.djcxy.com/p/12450.html

上一篇: HTTP标头是什么情况

下一篇: 在谷歌浏览器中查看HTTP标头?