-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does this work with latest socketIO 1.3.4 and if not what changes are needed? #27
Comments
Did you find something? I have working example with 1.3.4, but not working in chrome... i trying find why.. |
when u connect, it should be requested 'crossdomain.xml' file only in chrome browser. so I placed 'crossdomain.xml' and added some code in node.js. app.get('/crossdomain.xml', function(req, res){ everything is fine. It should be work. Pls let me know... anyone who know why chrome request 'crossdomain.xml' file. |
Flash socket request the policyFile via TCP, not HTTP-GET. |
I'm not talking about Flash socket. In this project, a connection always starts with polling request via HTTP-POST. Only in chrome, there's a request(GET) for crossdomain.xml. so should be placed in crossdomain.xml in root path. (like http://localhost:3000/crossdomain.xml) |
@andrewmillion could you supply a working example? |
No description provided.
The text was updated successfully, but these errors were encountered: