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 Mar 4, 2022. It is now read-only.
When httpie or httpie-oauth adds its own "Authorization" header, it appears to simply ignore and removes all "Authorization" headers (regardless of what scheme they use). That is probably the wrong behaviour.
Fortunately, OAuth parameters can come from several parts of the request (see section 3.4.1.3.1 of RFC5849):
The OAuth Authorization header (the most common);
Query components of the URI; or
the body when the Content-Type is "application/x-www-form-urlencoded".
So you can achieve the same result by either using query parameters:
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!
The text was updated successfully, but these errors were encountered: