gpt4 book ai didi

javascript - jquery ajax 调用看不到响应数据

转载 作者:行者123 更新时间:2023-11-30 18:52:02 25 4
gpt4 key购买 nike

我得到的 Ajax 响应总是空的!有趣的是,如果我在浏览器中复制粘贴该 URL,我会得到一个正确的 html 片段(测试广告)。我想这与一些跨站点调用有关。需要一些帮助/指点,因为响应不是 json。它的 html 代码。

请看代码- http://pastie.org/1120352

最佳答案

看起来您正在从其他主机获取数据。

你需要看看Same Origin Policy :

In computing, the same origin policy is an important security concept for a number of browser-side programming languages, such as JavaScript. The policy permits scripts running on pages originating from the same site to access each other's methods and properties with no specific restrictions, but prevents access to most methods and properties across pages on different sites.

为了能够获取数据,它必须是:

相同的协议(protocol)和主机

您需要实现 JSONP解决它。

关于javascript - jquery ajax 调用看不到响应数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3584831/

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