Hello Experts!
I am debugging a problem with one of my controllers in my development environment and I would like to see the actual HTTP request as it comes in. Is there some option or configuration file for mongrel (which is what gets started from script/server) that will display or log the raw HTTP requests as they come in? Is there a plugin for Firefox that shows what it is sending?
--wpd