检测 AJAX 请求上的 304 重定向
有没有办法检测 AJAX 请求是否已通过 304 响应重定向?我尝试了 xhr.status==304 的 onreadystagechange 但什么也没得到。我们是否仅限于 200 个响应代码?
这个问题已经在SO上提出了,但我找不到任何答案......
is there a way to detect whether an AJAX request has been redirected through a 304 response ? I tried an onreadystagechange with xhr.status==304 but got nothing. Are we only bound to 200 response codes ?
The issue was already raised on SO but I couldn't find any answer...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它应该 100% 有效
It should 100% work