HTTP Header Tool
Overview
When a browser makes a request to a server, it is often useful to see what is sent back in the background. This tool has many uses for a variety of professionals and hobbists who like to explore the data exchanged between the browser and a server
Applications of HTTP header inspection
- Verify correct setting of content-type and file names by your CGI/PHP scripts
- Check the modification data of a given web page
- Inspect the data sent such as images and binary files
- Check that proper redirect codes are used with a moved page
The tool
Enter a URL you wish to browse for headers
References
PHP cURL documentation - a very comprehensive documentation of the PHP cURL interface with many examples
Other Links
Material Safety Data Sheets Collection - a very comprehensive documentation of material safety data sheets, I use this information in my other business all the time.
All article content is copyright of Michael Petrov, 2012©.
The source code presented in the articles is distributed as freeware, please feel free to use it in your own projects - both commercial and non commercial.

