mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #5011] [feature]: Websocket requests as a REST request #1908
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#1908
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nrbnlulu on GitHub (Apr 22, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5011
Is there an existing issue for this?
Summary
a WS request is basically an HTTP request that was migrated to a long running protocol.
Why should this be worked on?
looking on some chat web apps it seems like they put the token in the url (prob due to a limitation in the default web socket implementation
by JS specs IDRC), some API's prefer to use an header.
even if thats wrong to do that (for some reason IDK) its still a fact that lots of API's do that so would be legit if hoppscotch support it.
@030201xz commented on GitHub (Sep 20, 2025):
This feature is very useful, I like hoppscotch, but because I can't save an instance of a websocket request, I have to use APIFOX again and open both API test tools at the same time...
@d1hr2uv commented on GitHub (Jan 14, 2026):
Voiden does support the headers block with websocket !
Use it here : https://voiden.md/