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...
Prasad_Das-MSFT
Microsoft
Oct 03, 2023ankur745
Oct 04, 2023Copper Contributor
Prasad_Das-MSFT No, it's not helpful. I'm receiving data from my server API but Teams SDK not passed that data to me... in code getting type = CORS issue..looks like Teams SDK restricting data . I have attached two screenshots to my question.
Is the team's app tab allowing to call 3rd Party API?