码迷,mamicode.com
首页 > 其他好文 > 详细

XMLHttpRequest HTTP请求的返回码为0 http status = 0

时间:2014-09-24 12:51:16      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:http   ar   div   sp   c   ef   r   bs   res   

由于用户在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:

  1. If the state is UNSENT or OPENED, return 0.

  2. If the error flag is set, return 0.

  3. Return the HTTP status code.

XMLHttpRequest HTTP请求的返回码为0 http status = 0

标签:http   ar   div   sp   c   ef   r   bs   res   

原文地址:http://www.cnblogs.com/kenkofox/p/3990207.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!