[GH-ISSUE #873] Cannot introduce query parameters in URL for WebSocket #304

Closed
opened 2026-03-16 14:32:31 +03:00 by kerem · 0 comments
Owner

Originally created by @rafa-munoz on GitHub (May 14, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/873

Originally assigned to: @AndrewBastin on GitHub.

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
Originally created by @rafa-munoz on GitHub (May 14, 2020). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/873 Originally assigned to: @AndrewBastin on GitHub. **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
kerem 2026-03-16 14:32:31 +03:00
  • closed this issue
  • added the
    bug
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#304
No description provided.