gpt4 book ai didi

google-api - Google+ API "400 (Bad Request)"和 "Refused to display ... in a frame because it set ' X-Frame-Options' 到 'SAMEORIGIN' 。”错误

转载 作者:行者123 更新时间:2023-12-04 11:24:08 25 4
gpt4 key购买 nike

我正在尝试将 G+ API 与 my website 集成我遇到了问题。如果您在加载页面时查看控制台,您将看到以下错误:

GET https://accounts.google.com/o/oauth2/postmessageRelay?parent=http%3A%2F%2Fwww.pricewombat.com 400 (Bad Request) cb=gapi.loaded_0:436

Refused to display 'https://accounts.google.com/o/oauth2/postmessageRelay?parent=http%3A%2F%2Fwww.pricewombat.com#rpctoken=356505585&forcesecure=1' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'.
我只是使用谷歌网站上给出的示例代码:
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/client:plusone.js?onload=googlePlusOnloadCallback';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
如果我运行 gapi.auth.signIn()在控制台中,没有任何 react 。我假设问题与页面加载时的上述错误有关。
是什么导致了这个问题,我该如何解决?
更新:
我用这个准系统代码在我的网站上创建了一个空白页面:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>

<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'http://apis.google.com/js/client:plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</body>
</html>
我尝试加载带有和不带有身份验证元标记(上面未显示)的上述页面,但仍然出现错误。
这似乎是谷歌的一个问题,因为我只是使用最基本的准系统示例代码并且它不起作用。

最佳答案

好吧,显然 Google+ 只是脑残什么的,因为解决方案只是清除我的 cookie!

我尝试在另一台计算机上使用我的网站并且 Google+ API 工作正常(没有错误),所以我尝试清除桌面上的 cookie,你瞧,它开始工作了!

关于google-api - Google+ API "400 (Bad Request)"和 "Refused to display ... in a frame because it set ' X-Frame-Options' 到 'SAMEORIGIN' 。”错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24681594/

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