Skip to main content
The Admin API Options portion of the Security page covers two types of configuration options. Admin API settings

Cross-Origin Resource Sharing (CORS)

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. The following table describes the available CORS settings.

Authtoken in URL

Check this to allow the connector to pass the auth token in query string parameters for authentication. For example: https://myarcinstance.com/api.rsc/connectors?@authtoken=myAuthTokenValue.