JSON file loads in Safari but not in Chrome

imwatf3rus

New Member
When I run my page in Safari, the JSON file loads successfully, but fails when I run it in Chrome. In the error console in Chrome it displays this error:\[quote\] XMLHttpRequest cannot load file:///C:/Users/290851/Desktop/json-eg/test.json. Origin null is not allowed by Access-Control-Allow-Origin.\[/quote\]I also tested the JSON file and it's valid. Can someone tell me why this is happening and what is the solution for it?
 
Back
Top