View HTTP headers in Google Chrome?

前端 未结 8 1925
春和景丽
春和景丽 2020-11-22 03:05

Till 9.x, the headers were under the resources in the Developer Tools, but now I can\'t find it anywhere.

8条回答
  •  庸人自扰
    2020-11-22 03:54

    You can find the headers option in the Network tab in Developer's console in Chrome:

    1. In Chrome press F12 to open Developer's console.
    2. Select the Network tab. This tab gives you the information about the requests fired from the browser.
    3. Select a request by clicking on the request name. There you can find the Header information for that request along with some other information like Preview, Response and Timing.

    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

提交回复
热议问题