|
|
@@ -121,7 +121,7 @@ namespace SiteCore
|
|
|
{
|
|
|
URL = pUrl,
|
|
|
Method = "POST",
|
|
|
- ContentType = "application/x-www-form-urlencoded",
|
|
|
+ ContentType = "application/json;charset=UTF-8",
|
|
|
Postdata = ro_json
|
|
|
};
|
|
|
item.PostEncoding = Encoding.UTF8;
|
|
|
@@ -165,7 +165,7 @@ namespace SiteCore
|
|
|
{
|
|
|
URL = pUrl,
|
|
|
Method = "POST",
|
|
|
- ContentType = "application/x-www-form-urlencoded",
|
|
|
+ ContentType = "application/json;charset=UTF-8",
|
|
|
Postdata = ro_json
|
|
|
};
|
|
|
item.PostEncoding = Encoding.UTF8;
|