iOS系统 使用Digest方式异步调用接口鉴权失败,正常应该返回401错误,服务端有响应,但是客户端接收不到
** mui.ajax(url,{
async: async,
dataType: 'json',
type: 'get',
timeout: 5000,
headers: headers,//鉴权头信息
success: function(data, textStatus, xhr){
if(200 == xhr.status){
alert("鉴权成功");
}
},
error: function(xhr,type,errorThrown){
if(401 == xhr.status){
alert("鉴权失败")
}
}
});**
IDE运行环境说明
HBuilder 9.1.29.201811231920
[mac版本号]
MacOS 10.13.6
App运行环境说明
所有iOS机型及版本都存在该问题,Android机型可以正常接收到1错误
联系方
[QQ]2350134527
2 个回复
兰古利萨丶 (作者)
社区的大婶们都没遇到过这个问题吗?
兰古利萨丶 (作者)
社区大佬们?不出来活动活动?