I'm trying to make a post to insert a record into an Azure-hosted WebAPI.
I am using POSTMAN to perform the tests, passing the parameters via form-data.
When testing on localhost, it works correctly.
But when trying to access through azure, I get this error message.
401 - Unauthorized: Access is denied due to invalid credentials.