can i set multiple domains in RPE CORS_DOMAINS
I am trying to create a DNG extension servlet that gets info from DNG and then generates a report from RPE
I have ELM (jts + rm in one liberty profile https://localhost:9443) and RPE on https://localhost:9444.
I have set environment variable CORS_DOMAINS=https://localhost:9443
In addition I am running Eclipse/jetty server to test my servlet, so the servlet is running on http://localhost:8080 (note the http).
I keep getting error message about cross domain attack.
Is there a way of adding more domains to CORS_DOMAINS? If so, what format.
I am sure RPE must be capable of serving mutiple domains that may want to access it.