I'm trying to read a config file from a server (that I do not control). It seems like neither CORS (just getting "No 'Access-Control-Allow-Origin' header is present on the requested resource") nor jsonp is supported by the server (the file is a simple text file and jsonp just fails to parse the response).
Is there a way to just read the config file directly in javascript or do I have to use a proxy in this case? If so, are there any online proxies I could use so that I don't need to set up my own?
The file itself is at http://labs.funspot.tv/worktest_color_memory/colours.conf