mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #1371] Extra headers on websocket requests #447
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#447
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 @patrickhuijten on GitHub (Dec 9, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1371
Is your feature request related to a problem? Please describe.
In the project I'm working on we use a reverse proxy to connect to a socket.io server, however this requires a header to be sent. With Hoppscotch I can't send headers along with websocket requests.
Describe the solution you'd like
Ability to send headers along with websocket requests, just like the regular REST requests.
Describe alternatives you've considered
Not really seeing any alternatives. Is Hoppscotch being actively worked on or do I have better luck creating a pull request myself?
Additional context
I love Hoppscotch, it's exactly what I've been looking for. Obviously still under development but I love the fact that there's a REST client that support websockets, so I don't have to write scrappy html pages to test websocket connections 😅
@liyasthomas commented on GitHub (Dec 9, 2020):
[DUPLICATE]
We had a detailed discussion on this feature in #933 - https://github.com/hoppscotch/hoppscotch/issues/933#issuecomment-722711714
but I guess this feature is being requested over and over again. Re-opening PR #1228.
Edit: no native support for sending header along with
WebSocket. Reconsidering using a node package for this.