View HTTP headers in Google Chrome?

前端 未结 8 1808
春和景丽
春和景丽 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:55

    For Version 78.0.3904.87, OS = Windows 7, 64 bit PC

    Steps:

    1. Press F12
    2. Select Network Tab
    3. Select XHR
    4. Under Name --> you can see all the XHR requests made.
    5. To view Request Headers of a particular XHR request, click on that request. All details about that XHR request will appear on right hand side.
    0 讨论(0)
  • 2020-11-22 03:55

    To view the request or response HTTP headers in Google Chrome, take the following steps :

    1. In Chrome, visit a URL(such as https://www.google.com), right click, select Inspect to open the developer tools.

    2. Select Network tab.
    3. Reload the page, select any HTTP request on the left panel, and the HTTP headers will be displayed on the right panel.

    0 讨论(0)
提交回复
热议问题