gpt4 book ai didi

jquery - Cordova for Visual Studio 2015 预览版 : not able to request content from a remote host

转载 作者:行者123 更新时间:2023-12-01 00:22:34 25 4
gpt4 key购买 nike

我在 Visual Studio 2013 中使用 Cordova 工作,没有任何问题。今天我安装了 VS2015 预览版并尝试移植我的项目,但遇到了一个简单的 Web 请求。

所以我创建了一个新项目来在干净的环境中测试此行为。我添加了 jquery 和一个小脚本:

var url = "http://thetvdb.com/api/GetSeries.php?seriesname=The%20Walking%20Dead";
var request = $.getJSON(url, function(data) {
});

但我总是得到:

Failed to load resource: net::ERR_EMPTY_RESPONSE

在调试过程中我可以看到请求的 url 开头为:

http://localhost:4400/ripple/xhr_proxy?tinyhippos_apikey=ABC&tinyhippos_rurl= 

后跟我想要的网址。

config.xml 包含:

<access origin="http://thetvdb.com" />
<access origin="*" />

我还尝试在 jquery 调用之前添加此内容:

$.support.cors = true;

我不太确定问题是否是我的错..但如果是,请告诉我;)

非常感谢您的帮助!

最佳答案

似乎与 this 相关。基本上需要禁用ripple跨域代理。

关于jquery - Cordova for Visual Studio 2015 预览版 : not able to request content from a remote host,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26898370/

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