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

Problem with "userinfo" using GET authentication endpoint #11

Closed
bachwehbi opened this issue Feb 10, 2015 · 0 comments
Closed

Problem with "userinfo" using GET authentication endpoint #11

bachwehbi opened this issue Feb 10, 2015 · 0 comments

Comments

@bachwehbi
Copy link
Member

This is specific to Socket.io transport.

When using authentication endpoint with GET method, userinfo is not correctly sent to the remote endpoint if it is a JSON object.

userinfo = {name: "somename", nickname: "somenickname"}

In the query part of the GET request we will receive:

....&userinfo=

This seems to be associated with the use of querystring

@bachwehbi bachwehbi changed the title Socket.io transport: Problem with "userinfo" using GET authentication endpoint Problem with "userinfo" using GET authentication endpoint Feb 10, 2015
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

1 participant