CORS configurations

Previous Next

A CORS configuration is a set of rules exposed by a server that express the extent to which the server allows cross-domain requests. A cross-domain request is a request that programmatically gets or sets resources that have their origin on a different server.

Each server in USoft Service Definer must be associated with exactly one CORS configuration. This configuration determines the CORS HTTP Headers that the server will issue as a response to an initial client request. Access to any cross-domain resources called by the client as part of the initial REST service call will be checked against the CORS rules dictated by the configuration. If the rules are too restrictive, the request will fail.

 

 

collapseDefault CORS configuration
collapseCORS Rules
collapseViewing CORS configurations
collapseDefining a new CORS configuration
collapseAssociating a (new) CORS configuration with a server

 

See also

 Cors element in deployment configuration