Closed cambeaney closed 10 years ago
Could you send me a requests log?
Where would I find this?
in firebug plugin for example if you use firefox browser, or in chrome developer console
XMLHttpRequest cannot load [url]:[port]/socket.io/?EIO=2&transport=polling. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin '[url2]' is therefore not allowed access.
you use the socketio client 1.0 ,it's not compliant with the netty-socketio now~
He is right. Please use 0.9.16 version of socketio client
Ahh okay. Thanks!
On Mon, Mar 17, 2014 at 10:51 AM, Nikita Koksharov <notifications@github.com
wrote:
Correct, please use 0.9.16 version of socketio client
Reply to this email directly or view it on GitHubhttps://github.com/mrniko/netty-socketio/issues/108#issuecomment-37803297 .
Using the latest version of netty-socketio and socket.io. When I try connect it spams an error:
WARN com.corundumstudio.socketio.handler.AuthorizeHandler - Blocked wrong request! url: /socket.io/, ip: /127.0.0.1:59350
Any idea why this happens? I have looked through the code and I'm clueless as to why.