Skip to content
New issue

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

HTTP/2 requests are improperly reconstructed #39

Open
aph3rson opened this issue May 19, 2023 · 0 comments
Open

HTTP/2 requests are improperly reconstructed #39

aph3rson opened this issue May 19, 2023 · 0 comments

Comments

@aph3rson
Copy link

Hey folks,

I'm seeing some examples in an API where, when HTTP/2 requests are enabled (and AWS Signer is signing the request), the request is malformed and rejected by the API server.

Some things I've noted:

  • Disabling signing in AWS Signer on an HTTP/2 request allows the request to go through
  • Enabling signing in AWS Signer for the same request causes the request to be unparsable at the API server (an ALB)
  • Disabling HTTP/2 support (either in project settings, or in the Inspector window in Repeater) causes the request to go through (again).

AWS Signer and Logger++ seem to be mis-interacting as well, as I'm unable to view the response data for HTTP/2 requests in Logger++ after AWS Signer signs the request.

Any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant