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:16
  • HttpFox for Firefox is pretty good. It will show the headers in real time. I prefer it to Live HTTP Headers.
  • Microsoft Fiddler for Internet Explorer is a web debugger that logs all HTTP traffic between your computer and the Internet. Fiddler allows you to inspect all HTTP traffic, set breakpoints, and fiddle with incoming or outgoing data
  • Wireshark is a complete network protocol analyzer. It is good, but it might be overkill if HTTP headers is all that are required. It has problems if the client and server are on the same machine.
查看更多
我命由我不由天
3楼-- · 2019-01-21 05:16

I found a good tool to do it for Firefox called Live HTTP Headers.

查看更多
干净又极端
4楼-- · 2019-01-21 05:16

burpsuite is a free tool, Java-based and runs on all platforms.

查看更多
手持菜刀,她持情操
5楼-- · 2019-01-21 05:17

If you are looking for an online tool View-Http-Request-and-Response-Headers is great

查看更多
Melony?
6楼-- · 2019-01-21 05:20

I use the httpfox Firefox extension to view all HTTP requests and responses (including header and body) initiated from the web browser in the interval I specify (by pressing the start-recording and the stop-recording buttons). httpfox presents the data in a structured way in which I can quickly find the request I am interested in. It nicely complements LiveHTTPHeaders, because httpfox can view requests in the past as well.

查看更多
Ridiculous、
7楼-- · 2019-01-21 05:23

I find that Fiddler is my weapon of choice, although there are firefox plugins as well. Fiddler will show you all the HTTP Requests, their response status, all the headers, with different views (raw, hex, image), a timeline view, HTTPS Connects, everything.

查看更多
登录 后发表回答