Hi,
I think there are 4 ways to access external API as below:
1, an Azure function triggered by a webhook
2, use xrm.webapi.online.execute method
3, use a custom connector in a power automate flow
4, a plug-in attached to a custom action called from JavaScript
but if the API disabled CORS, seems only the custom connector in flow could access the API. but WHY?...
Will all other ways encounter the CORS error, and why?...
THANK YOU !!!