Invalid CORS Request with Power Automate Custom Connector

Trying to create a Custom Connector using Microsoft Power Automate. When I test the Meeting Status operator, I get the below error.

Error:
Status (403)
Headers{
“cache-control”: “no-cache, no-store, must-revalidate, no-transform”,
“content-length”: “20”,
“date”: “Mon, 17 Feb 2020 19:01:55 GMT”,
“expires”: “Thu, 01 Jan 1970 00:00:00 GMT”,
“pragma”: “no-cache”,
“x-content-type-options”: “nosniff”,
“x-zm-trackingid”: “WEB_878d384c848043c321508b1acb80eab4”
}
Body
Invalid CORS request

OAuth App Type

Hey @JRoss, thanks for posting and using Zoom!

What Zoom API are you using? Please share the links to the endpoint/s.

Thanks,
Tommy

Thanks for your response Tommy. Here is some additional information. Please let me know if you need anything else.

Link to download the Microsoft Connector we created. Very simple to start.
https://protechsalesdemo-my.sharepoint.com/:u:/p/dperr/EQYoIq5rYjNAoFhtqapEo4QBzfWO8YKgJ-qE89C9bxVusg?e=3Aklvk

https://api.zoom.us/V2/users

Hey @JRoss,

I suggest reaching out to Microsoft or googling the issue “Cors error when calling api in Microsoft power automate” as this issue is on their end.

Thanks,
Tommy

I faced the same issue and read the following post: https://powerusers.microsoft.com/t5/Connecting-To-Data/Custom-connector-Oauth-problem-CORS/m-p/504548#M8062

Apparently the error on custom connector setup can be ignored as the action runs fine on MS Flow.

I spent quite a lot of time debugging that just to only find out the connector runs fine regardless.

1 Like

Hey @asri.zainal,

Wow interesting! Thanks for sharing this! :slight_smile:

Thanks,
Tommy