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

Handshake HTTP method #12

Open
elbowich opened this issue Feb 6, 2012 · 4 comments
Open

Handshake HTTP method #12

elbowich opened this issue Feb 6, 2012 · 4 comments

Comments

@elbowich
Copy link

elbowich commented Feb 6, 2012

I'm working on a server impl for latest socket.io-client and as far as I can see it's GET not POST.

@nervo
Copy link

nervo commented Apr 6, 2013

Yes, i've seen that too.
Any core developper to confirm ?

@Maxwell2022
Copy link

GET or POST are both returning error for me. I'm using socket.io v1.0.2

GET http://acme.local:3700/socket.io/1
or
POST http://acme.local:3700/socket.io/1

{
"code": 0,
"message": "Transport unknown"
}

@mrniko
Copy link

mrniko commented Jun 2, 2014

@Maxwell2022 since 1.0 version protocol has many changes including handshake format.

@ghost
Copy link

ghost commented Jun 13, 2014

what changes any document??

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

4 participants