首页 > 代码库 > XMLHttpRequest HTTP请求的返回码为0 http status = 0
XMLHttpRequest HTTP请求的返回码为0 http status = 0
由于用户在http返回前关闭/取消,或者防火墙等原因,会造成http请求没有status信息。w3c有相应的说明:http://www.w3.org/TR/XMLHttpRequest/#the-status-attribute
4.7.1 The status
attribute
client . status
Returns the HTTP status code.
The status
attribute must return the result of running these steps:
If the state is UNSENT or OPENED, return 0.
If the error flag is set, return 0.
Return the HTTP status code.
XMLHttpRequest HTTP请求的返回码为0 http status = 0
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。