I have a controller application that uses an embedded jetty http server. I want to access the REST endpoints provided by the server in the DLUX application running on port 8181. I am using angularjs and I am getting CORS error. Can I overcome
this in the angularjs, or should I change the server configuration to enable the cors support. Any pointers in this direction will be very helpful.