lupiter-dev mentioned this issue Oct 12, 2021 In web_socket_channel connection can't set header for authentication #200 Open Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Assignees No one assigned Labels None yet Projects None yet ...
All files in the project must start with the following header. // Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. Th...
Specifying 'protocols' (Sec-WebSocket-Protocol header) causes connection to close.#332 Open JaxBrachetti opened this issue Mar 11, 2024· 0 comments CommentsJaxBrachetti commented Mar 11, 2024 Issue: When specifying 'protocols' in WebSocketChannel.connect(..), the connection is closed and a ...
Some debugging on the server side shows that the incoming request does not have the 'Upgrade' header. Looking at source codes I could not find any clue, why the code should be different on different devices. Am I missing something? 👍 3 ...