Connect to server without query parameters #4021
Unanswered
vbaptistella
asked this question in
Q&A
Replies: 2 comments 1 reply
-
No, there is currently no way to do this.
That's... interesting. Why is that? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I also have the same issue here
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently working on a project that is already in production using socket.io, and it needs to migrate to a gateway that blocks any type of query string and rejects the connection.
I could only find information about adding more parameters on the docs, but is there a way to make socket.io work without (or remove) the default query parameters (EIO, transport and t)?
Beta Was this translation helpful? Give feedback.
All reactions