gpt4 book ai didi

android - $http 在 phonegap 中有效吗?

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:30:12 26 4
gpt4 key购买 nike

我正在使用 angular-phonegap-seed 编写移动应用程序,想知道使用 $http 是否存在任何已知问题。

按下按钮即可调用我的 Controller 代码。

$http.get('http://192.168.1.2:8000/request_token').success(function(data, status, headers, config){
$scope.token = 'sucess: ' + data + ' ' + status + ' ' + headers + ' ' + JSON.stringify(config);
}).error(function(data, status, headers, config){
$scope.token = 'error: ' + data + ' ' + status + ' ' + headers + ' ' + JSON.stringify(config);
});

目前,服务器上的 request_token 只是一个包含虚拟 token 的文件。

服务器在控制台确认收到请求并以 200 响应。然而,android 上的 phonegap 应用程序响应:

error: undefined undefined undefined {"transformrequest": [NULL], "transformresponse": [NULL], "method": "GET", "url": "http://server-ip:8000/request_token", "headers": {"accept": "application/json, text/plain, */*"}}

我可以在 phonegap 中使用常规的 $http.get() 方法,还是必须使用 phonegap api?

最佳答案

就我而言,事实证明我忘记了将我向其发送请求的域列入白名单。

查看 Domain Whitelist Guide看看是否有帮助。

关于android - $http 在 phonegap 中有效吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17674529/

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