mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #4975] [MERGED] feat: allow multiple params with same key to process get request queryparams #5007
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#5007
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?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/4975
Author: @anwarulislam
Created: 4/9/2025
Status: ✅ Merged
Merged: 4/10/2025
Merged by: @jamesgeorge007
Base:
patch← Head:fix/query-param-array📝 Commits (4)
98d6d91feat: allow multiple params with same key to process get request queryparams2d8b913ref(common): align name and functionality7a7b27cchore: resolve conflictse2cd24bfix: preserve auto encoding behavior📊 Changes
3 files changed (+31 additions, -25 deletions)
View changed files
📝
packages/hoppscotch-common/src/helpers/functional/filter-active.ts(+11 -4)📝
packages/hoppscotch-common/src/helpers/functional/process-request.ts(+15 -19)📝
packages/hoppscotch-common/src/helpers/kernel/rest/request.ts(+5 -2)📄 Description
Closes HFE-811 #4941
What's changed
This PR addresses the issue where the query parameter array does not function as expected. The current implementation only considers the last value of a parameter when multiple values are provided. This fix aims to ensure that all values in the array are recognized and processed correctly.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.