Hi all,
We have an integration between dynamics 365 and 3rd party API. This API has restrictions on request headers (CORS enabled). Therefore, when we send a request from JavaScript to API, Dynamics 365 automatically add additional header to this request called loginrequestcorrelationid . As the result API blocks our request due to CORS.
How we can handle this issue on CRM side? We can't edit API and we are using Dynamics 365 Online so its not possible to write our own interceptor.