Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin '<domain>' is therefore not allowed accesswhere <domain> is a domain in the list of Origins. The message above is expected for any other domain not included in the list of Origins. But not in our case.
Policy cors-304735.xml was correctly un-applied
var invocation = new XMLHttpRequest();
var url = '<target API call>';
var body = {<json body>};
invocation.open('POST', url, true);
invocation.setRequestHeader('Content-Type', 'application/json');
invocation.send(body);
Assuming you are POSTing content in JSON format. The above code could be changed depending on the specific use case. POST method is assumed to be allowed in CORS policy. If everything is good with the above test, then we can go to the next step. If there is a failure, then this issue is not related to CORS policy. In the latter case it will be required to troubleshoot the problem elsewhere.001118372

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.