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

Cannot introduce query parameters in URL for WebSocket #873

Closed
rafa-munoz opened this issue May 14, 2020 · 0 comments · Fixed by #876
Closed

Cannot introduce query parameters in URL for WebSocket #873

rafa-munoz opened this issue May 14, 2020 · 0 comments · Fixed by #876
Assignees
Labels
bug Something isn't working

Comments

@rafa-munoz
Copy link

rafa-munoz commented May 14, 2020

Describe the bug
In Realtime > WebSocket section, if I want to connect a URL like ws://example.com/endpoint?query=%7Bkey%3D%22value%22%7D, the "Connect" button is disabled.

The query parameter is encoded from the original: {key="value"}. I realize that the time I start typing the % character, then the "Connect" button disables. I tried as well without success to introduce the URL ws://example.com/endpoint?query={key="value"}

To Reproduce
Steps to reproduce the behavior:

  1. Go to Realtime > WebSocket
  2. Type in URL ws://example.com/endpoint?query=%7Bkey%3D%22value%22%7D
  3. See the "Connect" button disabled

Expected behavior
It should be possible to add query parameters to the URL.

Desktop (please complete the following information):

  • OS: iOS
  • Browser Safari
  • Version 13.0.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants