View HTTP headers in Google Chrome?

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

    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!

提交回复
热议问题