Skip to content
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

fix(WebSocketTransport): encode all query string params #1286

Merged
merged 1 commit into from May 24, 2023

Conversation

owenpearson
Copy link
Member

Resolves #1262

Resolves an issue where the react-native websocket constructor crashes due to space characters being included in the ws url (in web and nodejs the websocket constructor will just url encode it automatically).

@github-actions github-actions bot temporarily deployed to staging/pull/1286/features May 22, 2023 15:01 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1286/bundle-report May 22, 2023 15:02 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1286/typedoc May 22, 2023 15:03 Inactive
Resolves an issue where the react-native websocket constructor crashes
due to space characters being included in the ws url (in web and nodejs
the websocket constructor will just url encode it automatically).
@owenpearson owenpearson merged commit cf14773 into main May 24, 2023
10 checks passed
@owenpearson owenpearson deleted the fix-ws-transport-param-encoding branch May 24, 2023 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Unable to set as default origin header
2 participants