skander
skander

Reputation: 107

REST API calls from teams tab to backend server

I'm currently developing a custom Teams tab app for Outlook using React and need to consume a REST API hosted on a server.

However, I'm encountering CORS (Cross-Origin Resource Sharing) issues when making GET or POST requests from my Teams app, as these requests are being blocked due to CORS restrictions associated with JavaScript.

Unfortunately, I cannot modify the CORS policies on the server side.

I'm looking for effective solutions or workarounds to enable successful API calls from my Teams app despite these limitations.

Upvotes: -1

Views: 12

Answers (0)

Related Questions