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 f7154e5 commit 6258fcaCopy full SHA for 6258fca
Qiniu/RS/GetPolicy.cs
@@ -29,7 +29,7 @@ public static string MakeRequest (string baseUrl, UInt32 expires = 3600, Mac mac
29
30
public static string MakeBaseUrl (string domain, string key)
31
{
32
- return string.Format ("http://{0}/{1}", domain, System.Web.HttpUtility.UrlEncode (key));
+ return string.Format ("http://{0}/{1}", domain, key);
33
}
34
35
0 commit comments