4,109 questions
Fixed the issue by enabling CORS with the wild card "*" for my Azure Functions app.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello!
i'm trying to call an azure function from my custom MS teams app, but it responds with an error:
My code looks like this:
The azure function works fine if i call it from postman or any other API tester.
What am i missing to make this work?
Any help would be appreciated, thanks in advance.
Fixed the issue by enabling CORS with the wild card "*" for my Azure Functions app.