mgomes / api_auth

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

Updated test to use RAW_POST_DATA #15

Closed lamenyq closed 11 years ago

lamenyq commented 11 years ago

Thanks for the ActiveResource fixes. Updated the failing test to reflect your changes.

hellvinz commented 11 years ago

i'm experiencing the same issue with activeresrouce POST/PUST with a body: they will be forbidden because content-md5 is not forwarded. The first commit of the pull request fixes that.