Skip to main content
You can configure cross-origin resource sharing (CORS) for the Admin API by navigating to the Admin API portion of the Security tab. CORS allows browser-based clients to connect to . Without CORS, browser-based scripts cannot connect to because of the same-origin policy enforced by the browser. This policy restricts client-side scripts and documents from loading resources outside their origin. The origin of a script consists of the protocol, host, and port.