今天做项目,遇到了奇怪的问题。通过ajax请求ashx文件,本来很简单的问题,就是简单json格式数据,在非IE系浏览器里面一切正常,在IE系浏览器下面间隔出现返回异常。通过一下午Fiddler跟踪,测试,发现利用IEuser-agent发出的Post请求,如果带了参数,就会间隔性的出现异常,得不到Response.下面是我测试的Post头x-requested-with: XMLHttpRequestAccept-Language: zh-cnReferer: http://local:1801/friend/welcome.aspxAccept: text/plain, */*Content-Type: application/x-www-form-urlencodedUA-CPU: x86Accept-Encoding: gzip, deflateUser-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; CIBA; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Zii Meet)Host: local:1185Content-Length: 5Connection: Keep-AlivePragma: no-cache body:top=9handler页面为了测试,我什么逻辑都没做不知道大家遇到过这样的情况了吗?我用IE6的User-Agent做测试,也是一样的情况
- 2 回答
- 0 关注
- 629 浏览
添加回答
举报
0/150
提交
取消