Checking headers

#1
Is there a way to check what headers come into the web-server on a request? I have my log level set to debug but don't see this information.

I am using rails, am having some trouble and want to make sure that my intended header settings are definitely getting to the web server. (i.e. not being overridden by rails)

Thanks so much!
 
Top