Re: [nodejs] Re: global authorization

2013-02-12 Thread Eric Muyser
You need to configure the transports because they do not include flash by default and thus do not serve a crossdomain file. https://github.com/LearnBoost/Socket.IO/wiki/Configuring-Socket.IO On Mon, Feb 11, 2013 at 11:24 PM, Bodo Kaiser wrote: > This is a module specific question: you should sear

[nodejs] Re: global authorization

2013-02-11 Thread Bodo Kaiser
This is a module specific question: you should search in the socket.io docs how to enable cross domain connections. Background of such mechanism: http://en.wikipedia.org/wiki/Same_origin_policy Am Montag, 11. Februar 2013 13:48:29 UTC+1 schrieb Mustafa Özyurt: > > Hey, > > Im using this code