Skip to content

Commit d00d8ff

Browse files
committed
Fix remote access connections by adding missing header
1 parent c3b09df commit d00d8ff

File tree

1 file changed

+1
-0
lines changed
  • plugins/c8y_remote_access_plugin/src

1 file changed

+1
-0
lines changed

plugins/c8y_remote_access_plugin/src/proxy.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ impl Websocket {
9393
.header("Connection", "Upgrade")
9494
.header("Upgrade", "websocket")
9595
.header("sec-websocket-version", "13")
96+
.header("sec-websocket-protocol", "binary")
9697
.uri(url.to_string())
9798
.body(())
9899
.into_diagnostic()

0 commit comments

Comments
 (0)