We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f6e7a8 + da7d122 commit f565325Copy full SHA for f565325
WebApiClient/Internal/HttpContents/MulitpartTextContent.cs
@@ -39,7 +39,8 @@ private static string EncodingValue(string value)
39
{
40
return string.Empty;
41
}
42
- return HttpUtility.UrlEncode(value, Encoding.UTF8);
+ return value;
43
+ //return HttpUtility.UrlEncode(value, Encoding.UTF8);
44
45
46
0 commit comments