Hi folks,
I'm trying to read a JSON-File into an array on an HTML5-export. Works fine on the home computer, doesn't work on the server. The file is imported into the project, but I also tried the URL-import with the file on the server (including reading-rights for all users for that file). The rest of the project works fine.
Could there be a reason on the server side? Does AJAX require any special services? Javascripts in general work fine (like pathfinding). Any ideas?