eclipse-paho / eclipse-paho/paho.mqtt.python
Option to add custom websocket headers for handshake
Open
Status: Available
- Dominant language
- Python
- Stars
- 2.4k
- Forks
- 742
- Avg merge
- 12d 48m
- Merged PRs (30d)
- 1
Description
Maybe you can consider the option of adding custom headers for the handshake.
Some brokers may require: user agent, host, origin, Sec-WebSocket-Extensions headers. For the moment I hardcoded them direclty into client.py which is not clean solution but it works for my app.
Contributor guide
Assessment
This issue has not been assessed yet.