标签:信息 请求 data turn 第三方 result code nbsp color
return new JsonResult() { Data = new { message = "成功!", }, JsonRequestBehavior = JsonRequestBehavior.AllowGet//加上这一句 };
此请求已被阻止,因为当用在 GET 请求中时,会将敏感信息透漏给第三方网站。若要允许 GET 请求,请将 JsonRequestBehavior 设置为 AllowGet。
标签:信息 请求 data turn 第三方 result code nbsp color
原文地址:http://www.cnblogs.com/mchuang/p/6139831.html