mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #1619] Add websocket headers on initial connection #511
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#511
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 @iwaduarte on GitHub (Apr 27, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1619
Is your feature request related to a problem? Please describe.
The Web Socket implementation is very simple. Would be nice if I could configure the headers on the initial request (Upgrade) so I could use with cookies or tokens for authentication/authorization.
@liyasthomas commented on GitHub (Apr 27, 2021):
Let me know if these discussion threads helps you:
@iwaduarte commented on GitHub (Apr 27, 2021):
@liyasthomas Sorry, but unfortunately it does not. And also another user pointed that using the tricky with (username/password) does not work anymore.
For my case I work with the battle tested cookies with check on the Origin (to prevent CRSF-Cookies). Custom headers are also good. The initial connection it is HTTP so would be interesting to have.
@liyasthomas commented on GitHub (Jun 15, 2021):
Closing this issue on behalf of a possible duplicate of #1620.