gpt4 book ai didi

ajax - GData API和跨域ajax调用

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

我想使用它的 API 从 google 服务器获取 xml 数据。所以,我无法对回复进行任何更改。那么,我如何让这个电话对我有用:

 $.ajax({  
type: 'POST',
url: 'https://www.google.com/accounts/ClientLogin',
contentType: 'application/x-www-form-urlencoded',
data: { accountType : "HOSTED", Email : ""+Adminemail+"", Passwd : ""+adminpass+"", service : "cp"}, // cp for contact service..
success: function (response) {
alert(response); });

我也想进行一些 GET、PUT、DELETE 调用,所以我不想使用任何像 $.getJSON() 这样的函数;我只想通过 $.ajax() 来实现它。

最佳答案

我认为做到这一点的唯一方法是使用服务器端脚本语言。

关于ajax - GData API和跨域ajax调用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7374848/

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