Are there any tool for monitoring HTTP responses? so open such tool up. give it URL. And it goes to it and brings you back not only body of http response but all http response.
Dynatrace [freemium: free trial available] Dynatrace offers three types of synthetic monitors. The first one is a single-URL browser monitor that acts as a simulated user visiting your app or website and can be configured to work from any of their available locations with a frequency of 5 or more minutes.
The HTTP monitor emulates a web browser that supports the HTTP/1.0 protocol. To test the web server, the monitor sends it a request for a web page using any of the following HTTP request types: HEAD. The HEAD command attempts to access a web page and return the HTTP header.
Monitoring tools are used to continuously keep track of the status of the system in use, in order to have the earliest warning of failures, defects or problems and to improve them. There are monitoring tools for servers, networks, databases, security, performance, website and internet usage, and applications.
An HTTP response has both a header and a body. The header info tells the browser about the protocol being used, whether the request was successful, and what kind of content is included in the body. The body contains the contents (for example, HTML) for the browser to display.
Fiddler2
http://www.fiddlertool.com/fiddler2/version.asp
Fiddler acts as an http proxy, it lets you examine outgoing requests and incoming responses (raw headers, data, everything). It also lets you change requests, resend them and manipulate them directly. It is invaluable.
(source: fiddler2.com)
Use Firebug,if you're using FireFox.
(source: getfirebug.com)
Examine HTTP Headers
(source: getfirebug.com)
XMLHttpRequest monitoring
(source: getfirebug.com)
Also checkout the light version Firebug Light which works on all the browsers out of the box. no setup required. Firebug Lite does show Http Response headers and network monitoring but it's good enough to play around with the DOM.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With