Replies: 1 comment
-
@MConley2g can you share more details of your POST call? What are you using, what JSON are you passing, etc. Also I'm assuming it was a typo, can you confirm your POST is on the function UrlCreate? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I just set this up yesterday. I followed the guide here: https://github.com/microsoft/AzUrlShortener/wiki/How-to-deploy-your-AzUrlShortener (skipping installation of TinyBlazorAdmin) but I'm running into a strange error:
If I try any of the GET requests (like GET {{BaseUrl}}/api/UrlList) - Everything works as it should.
But any of the POST requests (like POST {{BaseUrl}}/api/UrlUpsert) - I get a 404 response.
I can manually add urls to the table storage and they will show up with the get request and the links do work. But for some reason the POSTs are not accessable.
Can anybody point out what I am missing here?
Thanks in advance :)
-Mikael
Beta Was this translation helpful? Give feedback.
All reactions