I want to load the content of a text file
inside a JavaScript variable, but without having modify anything regarding webserver configurations.
I do not have any control over the http headers, on both websites.
The file is stored on a totally different webserver.
Currently I tried both .ajax and .get but I got Access-Control-Allow-Origin
errors for both of them.
The file content is something like:
term1|wow!
term2|bleah,...!
I do have some control over the format of the file, but I don't want to transform it into something too complex to be edited by hand, and that would not be sortable by line.