Skip to content

Commit 9c5d5be

Browse files
authored
Update configuration/websocket.md
Signed-off-by: Florian Hotze <dev@florianhotze.com>
1 parent 066ed22 commit 9c5d5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/websocket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ All messages on the WebSocket connection are JSON encoded text-messages.
1414
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.
1515
The connection is established by connecting to `ws[s]://{URL}:{PORT}/ws`.
1616

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.
1818
There are two options to send the access token:
1919

2020
1. Through the `Sec-WebSocket-Protocol` header:<br>

0 commit comments

Comments
 (0)