I've just implemented a simple Flask server. I am using Elm as my front end to request JSON. The JSON displays fine when I open my site in my browser, however requesting my elm app, the javascript console says:
No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access.
Is there a simple fix for this?