mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #5688] [bug]: Collection Authorization method passed as Query Parameter by default #2210
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#2210
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 @AaronFortG on GitHub (Dec 11, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5688
Originally assigned to: @anwarulislam, @AaronFortG on GitHub.
Is there an existing issue for this?
Platform
Web App
Browser
Chrome
Operating System
macOS
Bug Description
What happened?
When exporting a Collection from Postman, which has the Authorization method set as API Key added to the Header, and importing it to Hoppscotch, the Authorization method is passed as Query Parameter (instead if Header as originally was set).
How to reproduce?
Screenshots
Postman Authorization method:
Hoppscotch Authorization method:
More context
From what I see, when exporting the Collection from Postman as JSON there are these two different dumps:
When Authorization is set as Query Parameter in Postman:
When Authorization is set as Header in Postman:
As we can see, the key "in" only appears when it's a Query Parameter, so that could be useful when trying to fix this issue and determine wether the collection imported uses Header or Query Parameters for the Authorization method, in order to avoid setting an invalid initial value.
Deployment Type
Hoppscotch Cloud
Version
latest (since using hoppscotch.io web)
@AaronFortG commented on GitHub (Dec 16, 2025):
I just did a PR fixing this issue (#5701), feel free to check it out and let me know guys @jamesgeorge007 @anwarulislam 😉
@jamesgeorge007 commented on GitHub (Dec 22, 2025):
This is now addressed in the v2025.12.0 release.