Essentially, I've been provided with a link to an API endpoint containing a JSON file. I'm aware of the limitations that are involved with cross-domain requests due to the 'single-origin' policy, but I was wondering if it is at all possible to request a JSON file from a remote server that does not already have the "Access-Control-Allow-Origin" header set up?
I would have included code, but I feel that the answer to this lies on the server-side and not so on the client-side JavaScript I've written.