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` How can I retrieve the `identification` parameter in the on_connect?
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-clientHow can I retrieve the
identificationparameter in the on_connect?