I'm using Socket.IO to attempt to transfer information from one domain to another... is that possible?
I want to send data upon a POST
request to one domain to another domain...
I have a successful connection on the receiving end, but am having trouble with the sending end. Any suggestions?
Thanks!