Tool to view response headers [closed]

2019-01-21 04:26发布

What is the best way to view the HTTP response headers from a request against a particular URL? Telnet or is there some other really good command or tool?

16条回答
欢心
2楼-- · 2019-01-21 05:25

Check out httpie, a very nice Python tool: enter image description here

You can use the --headers option to view only headers:

enter image description here

查看更多
乱世女痞
3楼-- · 2019-01-21 05:26

On Internet Explorer, inside Developer Tools (press F12), go to the Network tab and press "Start Capturing". Refresh the page, click on "Go to detailed view" and you will get a very nice overview of the request and response data.

查看更多
来,给爷笑一个
4楼-- · 2019-01-21 05:28

For Internet Explorer, Fiddler will work. Or you can go all out with Wireshark.

查看更多
Explosion°爆炸
5楼-- · 2019-01-21 05:28

There is a great addon/plugin/extension called Web Developer from Chris Pederick.

It works with Chrome, Firefox and Opera and has mighty dev functions and also a possibility to 'View Response Headers'. You can find it within the tab 'Information'.

查看更多
登录 后发表回答