Tag: protocol schemes

solved: While trying to access a local file in html using: xmlhttp.open(“GET”, “test.xml”, true) We get CORS error, Access to XMLHttpRequest at ‘file:///D:/test.xml‘ from origin ‘null’ has been blocked... Read More