I'm trying to make an AJAX call from my localhost to a https URL.
Of course I get "XMLHttpRequest cannot load https://blablabla.com/example.json. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:9000
' is therefore not allowed access. "
Is that even possible without touching the server?