mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #4268] [bug]: When adding params to url it doesn't reflected on the Query Parameter #1551
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#1551
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 @Leon-Luu on GitHub (Aug 16, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4268
Originally assigned to: @anwarulislam on GitHub.
Is there an existing issue for this?
Current behavior
When adding parameters to the URL it doesn't reflected to the "Query Parameter" or vice versa. This has been working earlier hence
this is new bug.
Steps to reproduce
Environment
Production
Version
Cloud
@Leon-Luu commented on GitHub (Aug 16, 2024):
@AndrewBastin @liyasthomas
@anwarulislam commented on GitHub (Mar 19, 2025):
@AndrewBastin, let's say it's a GET request that I can run directly in the browser with all the query parameters. However, in Hoppscotch, the request does not sync the query parameters to the endpoint. As a result, I can't directly copy the URL and run it in the browser. But yes, we could add a copy button to make it easier to copy the URL.
This is one case; another is convenience. I believe we should provide an option for users to choose their preference regarding syncing with the endpoint.
@wang1212 commented on GitHub (Mar 25, 2025):
see https://github.com/hoppscotch/hoppscotch/issues/2227#issuecomment-1851957220