microsoft / AzUrlShortener

An simple and easy Url Shortener
MIT License
519 stars 561 forks source link

401 Unauthorised using Postman #359

Closed NickRees91 closed 1 year ago

NickRees91 commented 2 years ago

I have deployed the project in Headless mode, and followed all steps to the letter. However, when trying to access the API using Postman, I get a 401 error.

The Function App doesn't have any authentication configured, and therefore should allow anonymous access? But this is not the case, it seems to want a token of some sort.

Have you got any advice on this issue. Thank you for the brilliant project by the way, I'm a big fan!

cklenk commented 2 years ago

I do have this issue. I go to get function URL and just returns:

https://shortenertoolsxxxxx.azurewebsites.net/api/UrlShortener

FBoucher commented 1 year ago

For security and simplicity, this project only contains redirect functionalities. We moved the management to the TinyBlazorAdmin. Today the Function App is part of that project as the backend API.