Hello all,
I’m just starting out in Web design and I’m learning JS/HTML.
I’ve uploaded some files on the server to try out. Domain name is maxtesti.com/.
These are the files:
http://www.maxtesti.com/mightygumball.js
http://www.maxtesti.com/sales.json
http://www.maxtesti.com/driver.html
I was expecting to see the content of the json file displayed on driver.html page, but as you can see it doesn’t. The console displays messages about " blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource."
I’m not sure how to proceed. Is there an easy way to get around this “policy”?
Thanks