Hi,
I have a django server that serves the basic site with user, auth etc and a twisted web server that 'should' deliver live content as json streams.
Django server is running on 127.0.0.1:8080
Twisted 127.0.0.1:9897
The problem is that when ever I try to make an http request to twisted server from a page in the django site, I get a Security Error. Apparently the same origin policy forbids this sort of communication (???) If that is the case then, are there any alternatives ? Any hints, solution .. Orbited does it successfully, any idea how ?
Thanks