Skip to content

Instantly share code, notes, and snippets.

@ghiden
Created June 14, 2010 13:15
Show Gist options
  • Save ghiden/437662 to your computer and use it in GitHub Desktop.
Save ghiden/437662 to your computer and use it in GitHub Desktop.
# inside rails controller, to check http headers
request.headers.each do |k,v|
logger.debug "#{k} -> #{v}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment