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)?
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)?