0
I am trying to make a post to insert a record in a Webapi hosted on Azure.
https://acelerasp.scm.azurewebsites.net/api/Ocorrencia/InserirOcorrencia
I am using POSTMAN to perform the tests, passing the parameters via form-data.
When testing on localhost, it works correctly.
But while trying to access by Zure, I get this error message.
401 - Unauthorized: Access is denied due to invalid credentials.
Otavio, if Rafael’s answer helped/solved, please mark the answer as ideal. :)
– Thiago Lunardi