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:
$ 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!