You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Currently uploading file with content-type: multipart/form-data to an endpoint using AWS signature v4 doesn't work due to wrong signature being calculated.
To Reproduce
Steps to reproduce the behavior:
Create a request with AWS signature v4 auth
Set body to "form-data"
Add any file to the body
Click "Send"
Expected behavior
The request should succeed.
Current behavior
Request was rejected with "The request signature we calculated does not match the signature you provided."
App information (please complete the following information):
App Type: Native App
Postman Version: 7.20.0
OS: Ubuntu
thetumper, chehodgins, Envek, Slooz, achacttn and 9 more