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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: