My Name is Mitesh Jain, I am new to Unomi.
All installations are done according to this link:
http://unomi.incubator.apache.org/
When I am trying to access the rest api cxs to fetch all the rules, it is showing properly in browser when I browse, https://localhost:9443/cxs/rules
but when I am trying to access the same using my Angular application to fetch rules using above url, https://localhost:9443/cxs/rules it will make a OPTIONS call and I am getting the error as "No 'Access-Control-Allow-Origin' header is present on the requested resource."
Rest API document here: http://unomi.incubator.apache.org/rest-api-doc/index.html#-1505954579
Please Let me know how to fix this CORS issue.