The following code does not work on Microsoft Edge. What can I do that it works?
Error:
Cross-Origin Request Blocked: The same-source rule prohibits reading the external resource at https: //spp-0006.int.kaufland/sites/topic-0193/Shared%20Documents/Files/XML_MarketList.xml. (Reason: CORS header 'Access-Control-Allow-Origin' missing).
var xhr = new XMLHttpRequest();
xhr.open('GET', 'https://spp-0006.int.kaufland/sites/topic-0193/Shared%20Documents/Dateien/XML_Marktliste.xml', false);
xhr.send();