If you are running HPE 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 HPE IDOL Admin. The underlying HPE IDOL ACLs still apply (see HPE IDOL Admin Security).
|