[nodejs] Re: Node.js and Chrome (socket.io)

2013-03-19 Thread Bhushan N.N
Hi greelgorke, Thanks for your response. I tried adding res.header("Access-Control-Allow-Origin", "*"); res.header("Access-Control-Allow-Headers", "X-Requested-With"); using the blog post at http://john.sh/blog/2011/6/30/cross-domain-ajax-expressjs-and-access-control-allow-origin.html Still do

[nodejs] Re: Node.js and Chrome (socket.io)

2013-03-19 Thread greelgorke
connect to the same domain or send Access-Control-Allow-Origin headers. read more here: https://developer.mozilla.org/en-US/docs/HTTP/Access_control_CORS Am Dienstag, 19. März 2013 05:26:55 UTC+1 schrieb Bhushan N.N: > > I am unable to get socket.io working on Chrome. I get the following error