mgomes / api_auth

HMAC authentication for Rails and HTTP Clients
MIT License
480 stars 147 forks source link

Added check for HTTP_CONTENT_MD5 in the ActionController driver #11

Closed jlwebster closed 11 years ago

jlwebster commented 11 years ago

I found that this was required. I am passing the Content-MD5 header from a node.js client app to a Rails 3.2.8 backend and it's ending up as HTTP_CONTENT_MD5 in Rails. It looks like other header fields have a check for the field name starting with HTTP as well, so it should make sense here as well.

niveus commented 11 years ago

I had the same issue. Please merge this!