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

Request body isn't decoded when client specifies its charset #462

Open
sergey-salnikov opened this issue Jan 31, 2023 · 0 comments
Open

Comments

@sergey-salnikov
Copy link

sergey-salnikov commented Jan 31, 2023

While writing integration tests for an application that uses google-auth-oauthlib, I noticed that it sends requests to Google API with 'Content-Type': 'application/x-www-form-urlencoded;charset=UTF-8'. HTTPrettyRequest.parse_request_body isn't ready for the charset part (relevant source) and doesn't decode such a body.

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

No branches or pull requests

1 participant