How to see HTTP requests as they are received?

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

Firebug for Firefox.
Patrick D.
escribió:> Hello Experts!

You can download firebug for firefox. If you go into the net tab, it
should
provide you a pretty good idea of what is being requested.

-Jim