I have a Highchart html page that have to load a json file. I whant to do that localy and i try to use this to do so
$.getJSON('data.json', function(data) {....}
Of course date.json is in the same directory and well populated but i have this error every time
Cross origin requests are only supported for protocol scheme
I tried a lot of thing but didn't found what i want. i think something simple can fixe it but i can't figure out how to