Forum Discussion
ankur745
Oct 03, 2023Copper Contributor
Geeting CORS in API while calling inside Teams APP TAB
Getting CORS in API while calling inside Teams APP TAB Calling API in Teams App TAB const u = `${domain}/api/login.json`;
fetch(u, requestOptions)
.then(resp => {
} While calling API w...
skander
Mar 03, 2025Copper Contributor
Trying to do the same thing, make a 3rd Party API calls from teams tab but getting CORS error, that mean that the call need to be done from a backend, it is not possible in my case. After researching potential solutions, there is azure relay, and it is not free.