mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #4208] [bug]: Variables not populating when sending request #1520
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#1520
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 @thomasphillipsgb on GitHub (Jul 23, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4208
Originally assigned to: @nivedin on GitHub.
Is there an existing issue for this?
Current behavior
When I set the Authorization tab on a request to a secret variable defined in Global Environment, it seems no substitution is being made.
Steps to reproduce
Here's an example request and response we use.

With secret variables -
With regular variables -

May be related to - #4180
Environment
Production
Version
Cloud
@thomas-haufe commented on GitHub (Jul 25, 2024):
On 2024.6.0, this bug seems to occur only for environment secrets, not for global secrets.
@thomasphillipsgb commented on GitHub (Jul 31, 2024):
Verified on 2024.7.0, working now! Thanks!