Mohit Jagtap

Mohit Jagtap

  • NA
  • 6
  • 1.2k

Accessing WebApi with HMAC authentication in C#

May 22 2015 2:27 AM
Hi,
I am going through some problem in accessing WebApi.
Secnario is, on my side i need to access api's method 'GetDetails'(https://localhost/api/GetDetails) from my coding, but api is protected with HMAC authentication.
I have key and id which is required for authentication. How can i call to that api?