如何在 Google App Engine 上进行身份验证

发布于 2024-11-15 20:02:36 字数 899 浏览 1 评论 0原文

我正在尝试通过 Web 服务对应用程序 GAE 进行身份验证。

我的步骤是:

  1. 获取令牌 - 确定

  2. 对应用程序进行身份验证GAE。

这样:

获取 http://myapp.com/_ah/login ?continue=http://myapp.com/&auth=tokenIsHere 工作正常。

但是当我尝试发出新请求

GET 时 http://www.myapp.com/api/list/&auth=tokenIsHere .. 401 未经授权。

但是..如果我这样做,它就会起作用: http://myapp .com/_ah/login?continue=http://www.myapp.com/api/list/&auth=tokenIsHere

这意味着我的令牌是正确的,但我的GAE身份验证不成功

有人可以告诉我为什么?

I'm trying to authenticate an application GAE by webservice.

My steps are:

  1. Take the token - OK

  2. Authenticate an application at GAE.

This way:

GET
http://myapp.com/_ah/login?continue=http://myapp.com/&auth=tokenIsHere works fine.

But when I try to make a new request

GET
http://www.myapp.com/api/list/&auth=tokenIsHere .. 401 Unauthorized.

But .. if I GET this way, it works:
http://myapp.com/_ah/login?continue=http://www.myapp.com/api/list/&auth=tokenIsHere

Which means that my token is correct, but my GAE authentication was unsuccessfully

Someone can tell me why?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文