Is it possible to send out customized headers with the response of the http-bind?
I need to set the Access-Control-Allow-Origin header.
My website uses a JavaScript Jabber client along with http-bind to make the connections.
The web server is domain.com and the ejabberd server is xxx.domain.com, in which I am getting an error from all browsers saying the following...
XMLHttpRequest cannot load
Any ideas to get around this or how to set the header to allow my origin?
This is urgent and I am grateful for any input!
jowy wrote: Is it possible to