C# ASP.Net Core Basic Authentication POST Getting 401 Unauthorized Response
I am building a C# ASP.Net Core minimal API consuming app. It POSTs a new record to an external Web API site. I am putting Basic Authentication with UserID and Password in the header, and including the necessary payload. I’m getting back a 401 Unauthorized reponse.
C# ASP.Net Core Basic Authentication POST Getting 401 Unauthorized Response
I am building a C# ASP.Net Core minimal API consuming app. It POSTs a new record to an external Web API site. I am putting Basic Authentication with UserID and Password in the header, and including the necessary payload. I’m getting back a 401 Unauthorized reponse.