Ajax 重定向错误

Ajax Error with redirection

我想问一下 Ajax 问题(javascript 不是 jquery)... 我想从包含 RSS(XML 格式)的博客中获取 URL 我尝试获取 link https://blogname.blogspot.com/feeds/posts/default Ajax 目前没有任何问题,但有时我会尝试使用相同的 link 但支持 FeedBurner 的博客名称不同,所以 当我使用浏览器时没有问题但是 Ajax,它 returns 错误因为从 blogname.blogspot.com 重定向到 feeds.feedburner.com/name

代码截图:

默认提要 URL 将被重定向到 FeedBurner,如果这是通过设置设置的。使用不受 Feedburner 设置影响的 feed URL 是更好的方法。可以使用的feed URLs -

<!-- Post HTML is not present -->
https://name.blogspot.com/feeds/posts/summary

<!-- Alternate URL for full feed -->
https://www.blogger.com/feeds/BLOGID/posts/default

<!-- in JSON format, the Feedburner redirect will be ignored -->
https://name.blogspot.com/feeds/posts/default?alt=json