Hello, I would like to use REST API embedded in AJAX to make connections to rooms.
When I use REST from the navigator, withe commands such as : http://192.168.1.69/openmeetings/services/UserService/getSession I get the display of something that looks like an XML doc, with a session_id in it. But when I use the same embedded in an XMLHttpRequest, I get XMLHttpRequest cannot load http://192.168.1.69/openmeetings/services/UserService/getSession. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access. I don’t know how to specify this access control header. Can someone tell me ? Thank you. Jacob