Hello! Does anybody know how to use REST/SOAP API with Cross Origin Resource Sharing (CORS)? I need to use the API from javascript code on teambox.com. So, I use ajax requests (or XmlHttpRequest). But it is the cross-domain request and it is forbidden.
I found a way: add the header 'Access-Control-Allow-Origin' = 'http://www.teambox.com' to the OpenMeetings API server. Does anybody know how to do it? Or maybe somebody knows some another way? Thanks. Best regards, German Grekhov.
