Skip to content

IE6+JQuery1.72 ajax问题 #199

Description

@DValue

IE6核心 + JQuery1.72使用以下代码往Server端发送消息
jQuery.support.cors = true;
$.ajax(query_URL,{
type: "POST",
timeout: 3000,
async: false,
cache: false,
contentType: "application/json;charset=utf-8",
data: datastr,
dataType: "json",
success: function (callback){ result = callback;},
error:function(err){alert("失败码:"+err.status+" ");}
});

Server端接收到的BodyType 为btBinary正确,但是Body RawBody都是nil
往java编写的Server端发送时接收正常

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions