[Feature] Support custom http headers for websocket connections #1722
Labels
CLI
MQTTX CLI
desktop
MQTTX Desktop
discussion
This issues and pr are worth discussing
feature
This pr is a feature
web
MQTTX Web
Milestone
Motivation
Authentication: Custom headers can include authentication tokens (e.g., JWTs, API keys) that are necessary to authenticate users or devices before establishing a connection.
Custom Protocols: In some use cases, clients and servers might follow proprietary or custom protocols that require specific headers to establish a connection or negotiate terms (for example vmware cloud director requires to set header Sec-WebSocket-Protocol to mqtt to establish a WebSocket connection).
The text was updated successfully, but these errors were encountered: