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

secret cookie cannot be parsed because of unescape character[:] #1066

Closed
kinglywork opened this issue Oct 31, 2012 · 1 comment
Closed

secret cookie cannot be parsed because of unescape character[:] #1066

kinglywork opened this issue Oct 31, 2012 · 1 comment

Comments

@kinglywork
Copy link

io.set('authorization', function (handshake, callback) {
//handshake.headers.cookie contains unescape character[s:cookie.XXXX] as [s%3Acookie.XXXX] so that connect.utils.parseSignedCookie midware cannot parse this cookie correctly.
});

@3rd-Eden
Copy link
Contributor

Socket.IO does not use or parse cookies, this is issues should be posted in the connect issue tracker instead.

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

2 participants