Rajnish Singh

Rajnish Singh

  • 1.4k
  • 316
  • 2.4k

Web API authorization issue via postman

Nov 15 2021 10:16 AM

 

 Web.Config:

    <add key="HmacAppId" value="c6afexxxxxxxxxxxxxxxxxxxxxxxxxxxx809" />
    <add key="HmacAPIKey" value="2ZajxxxxxxxxxxxxxxxxxxxxxxxxxxxFoO0=" />

 Request from Postman:

 Issue in CustomDelegetHandler.cs when after process request.Headers.Authorization, we found generated token but after   that it thrown UnAuthorized message in response in code and postman return response like uploaded image.

 


Answers (3)