I am looking for a tool to allow me to find out the response headers that are being sent back from my server. I am thinking of writing a script that makes an HTTP request, but I don't want to do cookie management, etc to get to sections of my site that require me to login. What tools can I use that will dump the http headers and show me a request/response trail for my web app? The web app is running on apache and is written in python.

Answers
Add AnswerShare your knowledge