Skip to content

Use Authorization header in WebSockets on React Native #40347

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 22, 2022

Conversation

RobertSasak
Copy link
Contributor

Use Authorization header in WebSockets on React Native

  • You've read the Contributor Guide and Code of Conduct.
  • You've included unit or integration tests for your change, where applicable.
  • You've included inline docs for your change, where applicable.
  • There's an open issue for the PR that you are making. If you'd like to propose a new feature or change, please open an issue to discuss the change or find an existing issue.

Description

Extend @BrennanConroy #37205 solution also for React Native

Fixes #40346

Both Node and React Native support adding custom headers into WebSocket.
@ghost ghost added area-signalr Includes: SignalR clients and servers community-contribution Indicates that the PR has been added by a community member labels Feb 22, 2022
@BrennanConroy BrennanConroy merged commit 4dc82d8 into dotnet:main Feb 22, 2022
@ghost ghost added this to the 7.0-preview3 milestone Feb 22, 2022
@BrennanConroy
Copy link
Member

Thanks, good catch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-signalr Includes: SignalR clients and servers community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow custom headers on SignalR WebSockets on React Native
3 participants