mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #5573] [bug]: Basic Auth Variables (password) passing the key (<<var>>) instead of the value #2152
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#2152
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 @billhennessy on GitHub (Nov 11, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5573
Originally assigned to: @nivedin on GitHub.
Is there an existing issue for this?
Platform
Web App
Browser
Chrome
Operating System
macOS
Bug Description
What Happened?
When using Basic Auth with environment or collection variables for username and password, Hoppscotch is passing the password variable key instead of the value.
Steps to reproduce
Example Env or Collection Variables:
Basic Auth Variable Config:
Decoded auth token:
`myapiuser:<>
Expected:
myapiuser:abc123Deployment Type
Hoppscotch Cloud
Version
2025.10.0
@nivedin commented on GitHub (Nov 12, 2025):
@billhennessy We tried to reproduce this issue, but it was working fine on our end. Can you please confirm if the reproduction steps below are correct?
https://github.com/user-attachments/assets/818d4116-d519-48cb-b62b-bc565c9f650b
@billhennessy commented on GitHub (Nov 13, 2025):
Actually, the problem went away yesterday when I went video the steps. Not sure if it was a caching issue or what, but we can close this. Thanks.