Access-Control-Allow-Origin

A list of URLs that you want to use to access the Knowledge Discovery Admin interface. You must configure this parameter to enable Cross Origin Resource Sharing, which allows Knowledge Discovery Admin to access the server's index and service ports.

Each URL must include:

  • the http:// or https:// prefix

  • the host that the ACI server is installed on

  • the ACI port

Separate multiple URLs with spaces.

For example, you can specify different URLs for the local host and remote hosts:

Access-Control-Allow-Origin=http://localhost:9010 http://Computer1.Company.com:9010

Alternatively, you can set Access-Control-Allow-Origin=*, which allows you to access the interface using any valid URL (for example, localhost, a direct IP address, or the host name). The wildcard character (*) is supported only if you do not specify any other entries.

Type: String
Default: None
Required: No
Configuration Section: Service
Example: Access-Control-Allow-Origin=*
See Also: