Quantcast
Channel: Web API
Viewing all articles
Browse latest Browse all 4850

Accessing WebApi with HMAC authentication in C#

$
0
0

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?


Viewing all articles
Browse latest Browse all 4850