You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: configuration/websocket.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ All messages on the WebSocket connection are JSON encoded text-messages.
14
14
WebSockets are available on the same ports as the REST API, usually port 8080 for unsecured (ws-protocol) and port 8443 for secured (wss-protocol) connections.
15
15
The connection is established by connecting to `ws[s]://{URL}:{PORT}/ws`.
16
16
17
-
To prevent unauthorized use of the connection, an access token has to sent with the initial request.
17
+
To prevent unauthorized use of the connection, an access token has to be sent with the initial request.
18
18
There are two options to send the access token:
19
19
20
20
1. Through the `Sec-WebSocket-Protocol` header:<br>
0 commit comments