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
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.