eclipse-paho / eclipse-paho/paho.mqtt.java
Allow cookies to be set in WebSocket Connection
Open
enhancement
- Dominant language
- Java
- Stars
- 2.3k
- Forks
- 919
- PR merge metrics
- No merged PRs in 30d
Description
An issue was discovered where the Paho client could not connect to an MQTT broker using WebSockets when working through a VPN (IBM Mobile Connect). This was because the VPN was expecting a cookie and without receiving it responded in a way that prevented the WebSocket connection from being opened.
The solution to this would be to allow users to set cookies that would be used in the connect.
More investigations will be needed to identify where in the existing API this functionality can be added.
Contributor guide
Assessment
This issue has not been assessed yet.