mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #4751] [feature]: I hope to add a dynamic parameter parsing feature. #1776
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#1776
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 @AndreasByrsting on GitHub (Feb 13, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4751
Is there an existing issue for this?
Summary
I see a feature that is very good; could you please prioritize it? This is just a small suggestion.

Why should this be worked on?
I think this feature is very good.
@liyasthomas commented on GitHub (Feb 13, 2025):
Hi @AndreasByrsting, thanks for this suggestion. But this feature exists in Hoppscotch. You can dynamically add/remove parameters from the effective request by enabling/disabling the checkbox right next to a parameter entry.
We decided not to sync the parameter entry with the endpoint URL whats why active parameters are not showing up in the URL field. But under the hood, only entries with checkbox enabled will be sent to the request.
@AndreasByrsting commented on GitHub (Feb 13, 2025):
Thank you for your response. I would like to offer a suggestion. I personally believe that this approach is more intuitive and makes it easier to override existing interface parameters without having to search for the parameters to modify in the list below. This is particularly effective in scenarios involving a large number of parameters. I respect your decision. @liyasthomas
@liyasthomas commented on GitHub (Feb 13, 2025):
I understood your suggestion, although you can also achieve this with Hoppscotch. For instance, if you have a complete URL, you can enter it in the URL field and select the text to trigger the context actions popup. This popup has an option called “Add to parameters,” which sends the parameters to the Parameters list and enables/disables the entry dynamically. I hope this solution meets your requirements.
Before:
After:
@AndreasByrsting commented on GitHub (Feb 14, 2025):
Thank you, this is very helpful. You have done more than I imagined. @liyasthomas