
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.
Have a look at community.dynamics.com/.../282414 but I think you need to be clearer in what is happening here.
You mention Dynamics 365, a 3rd party API and Javascript. So what exactly are you looking at on your browser screen when the Javascript calls which system?