Closed clemensm closed 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.
I've just found out that the same problems happens with the "accept" header, I'll need to rework the pull request first
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.