We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At the moment, if we have a request with an old X-Amz-Date header, it will receive an expiry error from AWS when using the AssumeRole credential type.
X-Amz-Date
Could you please update the X-Amz-Date header automatically when the AssumeRole role is used?
The text was updated successfully, but these errors were encountered:
I'm not able to reproduce this. The original X-Amz-Date header is always removed during signing, here:
aws-sigv4/src/main/java/burp/BurpExtender.java
Lines 1414 to 1417 in afcd81f
The AWS SDK then adds a new date header itself. Can you confirm in the Logger tab that the request actually has the original X-Amz-Date header?
Sorry, something went wrong.
No branches or pull requests
At the moment, if we have a request with an old
X-Amz-Date
header, it will receive an expiry error from AWS when using the AssumeRole credential type.Could you please update the
X-Amz-Date
header automatically when the AssumeRole role is used?The text was updated successfully, but these errors were encountered: