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
Describe the bug
The OAuth1 implementation for HTTPX does not set the content-length header, which can cause problems when using body signatures and talking to servers who block body POSTs where the length header is not specified.
Expected behavior
Content-Length header is set.
Environment:
OS: linux
Python Version: 3.8
Authlib Version: 0.14.3
Incoming PR fixes this.
The text was updated successfully, but these errors were encountered:
Describe the bug
The OAuth1 implementation for HTTPX does not set the content-length header, which can cause problems when using body signatures and talking to servers who block body POSTs where the length header is not specified.
Expected behavior
Content-Length header is set.
Environment:
Incoming PR fixes this.
The text was updated successfully, but these errors were encountered: