0
Answer

Accessing WebApi with HMAC authentication in C#

Mohit Jagtap

Mohit Jagtap

9y
650
1
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?