ueberauth / oauth2

An Elixir OAuth 2.0 Client Library
MIT License
749 stars 139 forks source link

Incorrect content-type used to format body on request #156

Closed clemensm closed 3 years ago

clemensm commented 3 years ago

Happens if the Content-Type header is not all lower case.

The current workaround is to either use only lowercase header names, or to unset the serializers before making a request.

clemensm commented 3 years ago

I've just found out that the same problems happens with the "accept" header, I'll need to rework the pull request first