I have a file on my server, one of the CanvasJS example files:
http://www.kukaxoco.org/TRADING/tech-toggle.html
In the original file, there is one line:
$.getJSON("https://canvasjs.com/data/docs/ethusd2018.json", function(data) {
When I replace it with:
$.getJSON("http://www.kukaxoco.org/TRADING1/ethusd2018.json", function(data) {
It doesn’t work, even though I have copied “ethusd2018.json” intact into the server directory.
Anyone know what I am doing wrong?
Thanks!