Search found 1 match
- Mon Jan 22, 2024 10:39 pm
- Forum: ESP-IDF
- Topic: Sending HTTP headers during initial MQTT connection over websockets
- Replies: 0
- Views: 476
Sending HTTP headers during initial MQTT connection over websockets
Hello! I have a MQTT broker that is behind Cloudflare Access, for services to access that MQTT broker over Websocket I need to send 2 additional headers during the initial connection. The ESP-IDF MQTT Client implementation doesn't seem to allow for any extra headers to be passed during the initial H...