Hello, I want to use the httpie oauth plugin with custom Authorization value appended to the auto-generated value; but when I execute the following: ```bash $ http --auth-type=oauth1 --auth='client-key:client-secret' example.org 'Authorization: oauth_token="token" ' ``` The custom value is ignored. Why this happen? Thanks for you support!
Hello, I want to use the httpie oauth plugin with custom Authorization value appended to the auto-generated value; but when I execute the following:
The custom value is ignored.
Why this happen?
Thanks for you support!