Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Add sign_header to HTTPSignatureAuth #18

Open
sharpaper opened this issue Oct 24, 2019 · 0 comments
Open

Add sign_header to HTTPSignatureAuth #18

sharpaper opened this issue Oct 24, 2019 · 0 comments

Comments

@sharpaper
Copy link

sharpaper commented Oct 24, 2019

HeaderSigner has a useful parameter called sign_header which allows to specify the header to add the signature to. It defaults to authorization but some services require Signature: .... Unfortunately this is not available for the Python requests, because HTTPSignatureAuth automatically initializes self.header_signer with the default value of authorization and it cannot be changed.

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

No branches or pull requests

1 participant