CORS. Cross-Origin Resource Sharing |
Scroll |
The JSON/XML endpoints of the Web API can be configured for HTTP access control (CORS).
CORS can be enabled or disabled in the Web API. Also you can control how long the result of preflight request can be cached in browser (Access-Control-Max-Age).
Please see more in the Configuration section.