CORS Configuration for IDOL Proxy
If you are running IDOL Proxy in distributed configuration mode, you must list the address of each child component in the Access-Control-Allow-Origin
parameter, because a single configuration file is used by all the child components. For example:
Access-Control-Allow-Origin=http://server.example.com:9000 http://server.example.com:9010 http://server.example.com:9030
Alternatively, you can set Access-Control-Allow-Origin
to *
to allow any URL to be used to access IDOL Admin. The underlying IDOL ACLs still apply (see IDOL Admin Security).