Cross Origin Resource Sharing (CORS)

This feature was introduced in V10.0.1 and allows a web application from another origin to access resources on the Domino web server.

For security reasons, most browsers comply with the same-origin policy rule. This rule restricts a web page loaded from one origin from accessing the resources on a different server or origin. CORS allows you to define exceptions to the same-origin policy.