Same Origin Policy violated on localhost with falcon webserver
问题 I am running an elm frontend via elm-reactor on localhost:8000 . It is supposed to load json files from a falcon backend running via gunicorn on localhost:8010 . This fails. The frontend is able to load static dummy files served by elm-reactor ( :8000 ) but when I try to replace the dummies by the actual backend ( :8010 ) it fails due to a missing header: Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://localhost:8010/api/sheets. (Reason: