Configure CORS in Valtimo

Configuring Cross Origin Resource Sharing, aka CORS, is a mechanism to allow access from javascript resources in the browser to fetch resources from different domains then the javascript is served from. By default, browsers only allow javascript to fetch resources from the same domain.

Last updated