You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
HeaderSigner
has a useful parameter calledsign_header
which allows to specify the header to add the signature to. It defaults toauthorization
but some services requireSignature: ...
. Unfortunately this is not available for the Pythonrequests
, because HTTPSignatureAuth automatically initializesself.header_signer
with the default value ofauthorization
and it cannot be changed.The text was updated successfully, but these errors were encountered: