Skip to content
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

HTTPX OAuth1 implementation does not set Content-Length header #268

Closed
dustydecapod opened this issue Sep 10, 2020 · 0 comments · Fixed by #270
Closed

HTTPX OAuth1 implementation does not set Content-Length header #268

dustydecapod opened this issue Sep 10, 2020 · 0 comments · Fixed by #270
Assignees
Labels

Comments

@dustydecapod
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants