Azure - Error 401

0

I'm trying to make a post to insert a record into an Azure-hosted WebAPI.

link

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.

    
asked by anonymous 20.04.2017 / 10:36

1 answer

1

Your address is incorrect. The app app url default is:

link .

In your case the correct url would be: link

The Standard: link are for administrative tasks such as access to the environment and host files.

I hope I have helped.

    
27.04.2017 / 17:31