Skip to content
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

Open
jBachalo opened this issue Feb 20, 2015 · 5 comments

Comments

@jBachalo
Copy link

No description provided.

@andrewmillion
Copy link

Did you find something? I have working example with 1.3.4, but not working in chrome... i trying find why..

@code5381
Copy link

code5381 commented Jul 3, 2015

when u connect, it should be requested 'crossdomain.xml' file only in chrome browser.
I don't know why... but u can check in Network console in chrome browser.

so I placed 'crossdomain.xml' and added some code in node.js.

app.get('/crossdomain.xml', function(req, res){
res.sendfile('crossdomain.xml');
});

everything is fine. It should be work.

Pls let me know... anyone who know why chrome request 'crossdomain.xml' file.
is it related to PPAPI?

@luckzack
Copy link

Flash socket request the policyFile via TCP, not HTTP-GET.

@code5381
Copy link

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)
q

@mikecann
Copy link

@andrewmillion could you supply a working example?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants