-
Notifications
You must be signed in to change notification settings - Fork 7
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
Feature request: update only #3
Comments
Sounds nice, would you like to provide the patch? |
Longer version: it looks like the Signpost library reuses the header if one is already defined, so I'm not sure you'd like this functionality, as it'd mean reusing nonces, (most probably) resulting in rejected requests. So it's not as simple as adding an |
At the moment, when it sees the authorization header, it just ignores it. It should update it instead. |
It doesn't ignore it, it signs with the same parameters (including nonce), resulting in the same signature. Since this is similar to #1, this discussion should be continued there; see my comment there with the three item list. |
I need to use this extension only to update the requests that already have OAuth header. That would be great if we could have an option in a config file to enable or disable this.
The text was updated successfully, but these errors were encountered: