mgomes / api_auth

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

Works with ruby, but not with C# #90

Closed varun-raj closed 8 years ago

varun-raj commented 8 years ago

I created a C# client with RestSharp, followed the entire process but could validate. But the same data works well with ruby.

mgomes commented 8 years ago

HMAC isn't language specific. Try and intercept the output of your C# client through a proxy and verify that it is indeed sending everything correctly.

varun-raj commented 8 years ago

Worked :+1: