I would like to upload an external json file to my html page via javascript.
When I tried, the following error occurred: "Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https".
One solution I found was to put all my code and run it for example by wampserver using localhost: 80, but I would not want it to have to install wamp or anything like that.
Is it possible to load the data from the json file without having to use this solution?