Till 9.x, the headers were under the resources in the Developer Tools, but now I can't find it anywhere.
相关问题
- Chrome dev tools exact computed value for CSS rule
- PHP Empty $_POST
- debugging webgl in chrome
- await work in chrome console without async wrapper
- Extract Location from Response Header with JMeter
相关文章
- Is there a size limit for HTTP response headers on
- What is the definition of HTTP_X_PURPOSE?
- Why does Google Chrome NOT use cached pages when I
- What to do with extra HTTP header from proxy?
- Can I set an Access-Control-Allow-Origin header to
- What is the difference between HTTP parameters and
- Get value from RestSharp response headers
- X-Frame-Options ALLOW-FROM a specific site allows
You can find the headers option in the Network tab in Developer's console in Chrome:
Also, in my version of Chrome (50.0.2661.102), it gives an extension named LIVE HTTP Headers which gives information about the request headers for all the HTTP requests.
update: added image
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
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.
I know there is an accepted answer but I recommend
example:
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!
My favorite way in Chrome is clicking on a bookmarklet:
Put this code in your developer console pad.
Source: http://www.danielmiessler.com/blog/a-bookmarklet-that-displays-http-headers