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.
1 parent 6f6e7a8 commit da7d122Copy full SHA for da7d122
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