The .net httpclient by default send content encoding info as a part of contentType header value "application/json; charset=utf-8" .
Please ensure all your requests are Content-type equal to "application/json" only.
Updated
The .net httpclient by default send content encoding info as a part of contentType header value "application/json; charset=utf-8" .
Please ensure all your requests are Content-type equal to "application/json" only.
Updated
<% if (block.html_url && !block.name) { %> <%= block.description %> <% } else { %> <%= block.description %> <% } %>
<% } %>
Comments
0 comments
Please sign in to leave a comment.