mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #4668] [bug]: Amazon Signature fails when using the Query Parameters table #1733
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#1733
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 @nmccrea on GitHub (Jan 9, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4668
Originally assigned to: @anwarulislam on GitHub.
Is there an existing issue for this?
Current behavior
When using the Query Parameters table for an HTTP method that uses Amazon Signature for authentication, the request will fail to authenticate, with the response message:
It appears that query parameters from the table are not being properly appended to the canonical URL string that is used in the calculation of the signature. In contrast, manually appending the query parameter directly in the URL field works correctly.
Steps to reproduce
Environment
Production
Version
Cloud
@anwarulislam commented on GitHub (Jul 9, 2025):
@nmccrea, I wasn't able to reproduce the issue. Have you checked the query parameters and the body type
application/x-www-form-urlencodedthat you're accepting through that API?@liyasthomas commented on GitHub (Jul 30, 2025):
This issue has been resolved in the latest version.