Answer for Enable Cross-Origin Resource Sharing
Hi Silvan, Yes, you can use CORS to connect to EMS but that is under the prerogative of the user or programmer that would create the javascript (XMLHttpRequest ) and also the servers that would communicate to each other. This can work just as long as you still send the correct url to the EMS (http request). But, the response from EMS would still be on JSON format not JSON-P. Currently, the Web UI does not have this capability. It uses an AJAX POST and JSON. Hope this helps. Regards, Tonitoni
Evostream Staff