We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
How can I retrieve URL query parameters in the on_connect method?
For example:
I have a client which connects using the following url: ws://localhost:5000?identification=web-client
ws://localhost:5000?identification=web-client
How can I retrieve the identification parameter in the on_connect?
identification