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?