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

Header Blacklist #1026

Merged
merged 2 commits into from
Dec 11, 2015
Merged

Header Blacklist #1026

merged 2 commits into from
Dec 11, 2015

Conversation

awood45
Copy link
Member

@awood45 awood45 commented Dec 10, 2015

A proposed list of headers that we will never attempt to sign in SDK requests.

Certain headers beyond the authorization header could, in theory, be
changed for various reasons (including but not limited to proxies) while
in transit and after signing. This would lead to signature errors being
returned, despite no actual problems with signing.

This change is a first draft loosely based off the header blacklist used
in the AWS SDK for PHP.
trevorrowe added a commit that referenced this pull request Dec 11, 2015
@trevorrowe trevorrowe merged commit f9dc10d into master Dec 11, 2015
trevorrowe added a commit that referenced this pull request Dec 11, 2015
@trevorrowe
Copy link
Member

I took the change and made the minor change myself. We should see about getting a maintenance release out with this fix so the affected Aws::CloudSearchDomain::Client users can pickup the work-around for the Content-Length bug.

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

Successfully merging this pull request may close these issues.

2 participants