mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #1753] Environment variables do not expand into request parameters #561
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#561
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 @LuisMayo on GitHub (Aug 1, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1753
Describe the bug
Variables are not getting properly expanded in query parameters. They do get properly expanded in the url itself
To Reproduce
Steps to reproduce the behavior:
<<key>>to the server insteadExpected behavior
We should have sent
valueto the server, which is the value of the variable instead of<<key>>Screenshots
Inlined
Desktop (please complete the following information):
Additional context
EDIT: This seems too similar to #1603 . But that issue was closed without a proper solution, just a workaround (manually specifying query parameters in URL).
@liyasthomas commented on GitHub (Aug 4, 2021):
This issue has been fixed and will be out in the next release.
@liyasthomas commented on GitHub (Aug 30, 2021):
With the release of v2 - we've introduced a new feature-rich, and more robust environments engine with support for "Global environments".