Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 346 Bytes

valtimo-cors.md

File metadata and controls

6 lines (4 loc) · 346 Bytes

Configuring Cross Origin Resource Sharing 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.