gpt4 book ai didi

javascript - 如何在 XMLHttpRequest 中获取响应 url?

转载 作者:可可西里 更新时间:2023-11-01 01:29:19 26 4
gpt4 key购买 nike

有一个页面(url),我通过 XMLHttpRequest 请求它,但我没有从请求的 url 得到响应,它正在将请求定向到另一个页面,

请求---> page.php
从 > directedpage.php

获得响应

问题是我怎样才能得到响应 url? (示例中的 directedpage.php)

最佳答案

最终 URL(经过所有重定向后)在 responseURL attribute 中可用。 XMLHttpRequest 实例的。此功能是新功能,仅在 2014 年 9 月的 Firefox 32 稳定版中受支持 [ref] 和 Chrome 37.0.2031.0 2014 年 8 月稳定 [ref] (可能还有 Opera 24)。 responseURL(目前)在 IE 11 或 Safari 7 及更早的浏览器中不受支持。对于这些浏览器,之前的答案仍然成立:

XMLHttpRequest automatically follows redirects, without saving the served URLs in a property. The Location header can neither be retrieved through the .getResponseHeader().

引用资料:

关于javascript - 如何在 XMLHttpRequest 中获取响应 url?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8056277/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com