Authentication that is encoded for HTTP Basic Auth, that is by first encoding
${username}:${password} into Base64, and then passing the header Authentication: Basic ` to the server
Not possible for WebSocket authentication from the browser, due to browser WebSocket connections not being
able to pass arbitrary headers
Authentication that is encoded for HTTP Basic Auth, that is by first encoding` to the server
Not possible for WebSocket authentication from the browser, due to browser WebSocket connections not being
able to pass arbitrary headers
${username}:${password} into Base64, and then passing the headerAuthentication: Basic