You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the query part of the GET request we will receive:
....&userinfo=
This seems to be associated with the use of querystring
The text was updated successfully, but these errors were encountered:
bachwehbi
changed the title
Socket.io transport: Problem with "userinfo" using GET authentication endpoint
Problem with "userinfo" using GET authentication endpoint
Feb 10, 2015
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
The text was updated successfully, but these errors were encountered: