On the doc Specifying WebSocket authentication details, it did not mention how are passwords being sent from client's authenticate()
JS func to server's onWSAuthenticate
. Are they being sent through a secure channel? or in plain text?
Side question: what tool / browser / browser's plugin can one use to sniff through websocket's traffic?
Thank you.