mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[PR #5084] [MERGED] fix: include request body to AWS V4 signer in effective request functions #5048
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#5048
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/5084
Author: @anwarulislam
Created: 5/19/2025
Status: ✅ Merged
Merged: 5/21/2025
Merged by: @jamesgeorge007
Base:
next← Head:fix/awsv4body📝 Commits (1)
3374a81chore: add body parameter to AWS V4 signer in effective request functions📊 Changes
2 files changed (+7 additions, -0 deletions)
View changed files
📝
packages/hoppscotch-cli/src/utils/pre-request.ts(+3 -0)📝
packages/hoppscotch-common/src/helpers/utils/EffectiveURL.ts(+4 -0)📄 Description
Closes #5064
What's changed
This pull request addresses issue #5084 by modifying the effective request functions to include the request body when signing requests with AWS V4. This enhancement ensures that the request signature is generated accurately, taking into account the content of the request body, which is crucial for the integrity and security of the requests made to AWS services.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.