View HTTP headers in Google Chrome?

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

    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.

提交回复
热议问题