Description
Recently (I think since 5.0.0) requests (I've seen it happen with POST and PUT) that define ContentType.Json don't correctly set the content-type header.
It's set to Content-Type: text/plain;charset=UTF-8
A workaround is possible by setting the content-type by hand via RequestParams
and setting the Content-Type
to application/json
manually.