Can you share the code making the request or minimal code enough to repro? The one difference I see that could theoretically make a difference (but shouldn’t) is the charset being specified at the end of the content-type header. I know it has caused issues for me with elasticsearch, for example. You can remove it with hc.Headers.ContentType.CharSet = "";, where hc is your HttpContent.
1 Like