是否可以在发送 XMLHttpRequest-s 时阻止浏览器跟随重定向(即取回重定向状态码并自己处理)?
Is it possible to prevent the browser from following redirects when sending XMLHttpRequest-s (i.e. to get the redirect status code back and handle it myself)?
不按照XMLHttpRequest 对象的 W3C 标准(已添加重点):
Not according to the W3C standard for the XMLHttpRequest object (emphasis added):
如果响应是 HTTP 重定向:
If the response is an HTTP redirect:
如果 Location 标头传达的 URL 的来源是同一个来源与 XMLHttpRequest 来源和重定向不违反无限循环预防措施,透明在观察的同时遵循重定向同源请求事件规则.
If the origin of the URL conveyed by the Location header is same origin with the XMLHttpRequest origin and the redirect does not violate infinite loop precautions, transparently follow the redirect while observing the same-origin request event rules.
他们考虑在未来发布:
本规范不包括以下功能正在考虑用于未来版本本规范:
This specification does not include the following features which are being considered for a future version of this specification:
但 最新 规范不再提及这一点.
but the latest specification no longer mentions this.
这篇关于防止 Xmlhttprequest 的重定向的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
即使在调用 abort (jQuery) 之后,浏览器也会等待Browser waits for ajax call to complete even after abort has been called (jQuery)(即使在调用 abort (jQuery) 之后,浏览器也会等待 ajax 调用
JavaScript innerHTML 不适用于 IE?JavaScript innerHTML is not working for IE?(JavaScript innerHTML 不适用于 IE?)
XMLHttpRequest 无法加载,请求的资源上不存在“AXMLHttpRequest cannot load, No #39;Access-Control-Allow-Origin#39; header is present on the requested resource(XMLHttpRequest 无法加载,请求的资
XHR HEAD 请求是否有可能不遵循重定向 (301 302)Is it possible for XHR HEAD requests to not follow redirects (301 302)(XHR HEAD 请求是否有可能不遵循重定向 (301 302))
NETWORK_ERROR:XMLHttpRequest 异常 101NETWORK_ERROR: XMLHttpRequest Exception 101(NETWORK_ERROR:XMLHttpRequest 异常 101)
XMLHttpRequest 206 部分内容XMLHttpRequest 206 Partial Content(XMLHttpRequest 206 部分内容)