mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #324] [Request] Use responses for next request? #118
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#118
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 @MrScripter85 on GitHub (Nov 22, 2019).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/324
Hello community,
would it be possible to define variables in a request that would be filled by a previous response?
For example I am having a SMS sending endpoint. The returned login code should be taken and being used for the next script/request as "$smscode" for example.
Is that possible to implement? I think Insomnia has something like this already, too.
@liyasthomas commented on GitHub (Nov 22, 2019):
Currently only pre request scripts and variable definitions are available. But we're working on chaining requests. Please follow its active thread: https://github.com/liyasthomas/postwoman/issues/218
Closing this issue in favour of #218