If i am not mistaken, this is considered XSS and is not allowed, although a different port is. I was looking at websockets a couple of months ago for an enterprise app and decided against using them for these problems, i went with Long polling and async requests instead which are compabtible with almost all browsers and dont have problems with proxies.
N On Tue, Sep 18, 2012 at 11:14 PM, Mark Thomas <[email protected]> wrote: > On 18/09/2012 21:13, Nikos Viorres wrote: > > That is of course a solution, but then prepare to have problems with > > firewalls, proxies etc. > > Separate hostname then, still on port 80. > > Mark > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
