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

headers are overwritten by authorization code #530

Closed
fehguy opened this issue Jul 22, 2015 · 0 comments
Closed

headers are overwritten by authorization code #530

fehguy opened this issue Jul 22, 2015 · 0 comments
Milestone

Comments

@fehguy
Copy link
Contributor

fehguy commented Jul 22, 2015

Conceptually, if you have a parameter in an operation of type header which has the same key name as provided by any authorization implementation, it should not be clobbered.

For example, you may have a field Authorizations to store a base-64-encoded value. But if you have added password auth, which applies the header Authorization the value supplied in the parameter should be sent to the server.

fehguy added a commit that referenced this issue Jul 22, 2015
@fehguy fehguy closed this as completed Jul 22, 2015
@webron webron added this to the v2.1.2 milestone Jul 31, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants