Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
The server now forces Websocket binary protocol
Browse files Browse the repository at this point in the history
It's relatively arbritrary what this header contains, and we know force
it to binary on the server. That makes the warning about HTTP 400
irrelevant.
  • Loading branch information
wiebeytec committed Jul 12, 2018
1 parent d4e6864 commit d798b03
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Expand Up @@ -164,6 +164,3 @@ Websockets
The MQTT service on mqtt.victronenergy.com is also accessible through websockets, on webmqtt.victronenergy.com,
port 443. This allows for using MQTT from a web browser, supporting all aforementioned behavior. Note that
mqtt.victronenergy.com also has port 443 open, but this is not a websocket port.

Should you run into HTTP 400 errors, this is because the client needs to support the base64 or binary
protocol. Read [this](http://stackoverflow.com/questions/15962359) for more information.

0 comments on commit d798b03

Please sign in to comment.