gpt4 book ai didi

android - 如何为 Android 应用程序设置回调 URL 以接收来自 API 的 POST 请求?

转载 作者:行者123 更新时间:2023-11-29 18:36:15 25 4
gpt4 key购买 nike

我想将 Withings 智能秤集成到我正在开发的 Android 应用程序中。我遵循 Withings 开发人员文档中的入门说明 here .为此,我需要注册我的应用程序 here它需要一个“回调 URL”。以下是 Withings 为回调 URL 提供的详细信息:

Partner URL called by our system to send notifications through HTTP POST requests. Make sure that your server can handle a HTTP HEAD request called to verify the validity of your url.

Your URL must :

  • be a valid URL, provided as a URL-encoded string. Please refer to w3schools URL encoding reference to learn more about URL encoding.

  • not be greater than 255 characters.

  • neither contain an IP or 'localhost'. Only port 80 and 443 are allowed.

如何为能够接收 POST 请求的 Android 应用设置回调 URL?

最佳答案

移动应用程序不能作为回调 URL,因为它没有供 API 服务器回调的静态地址。例如,当您从移动网络移动到家庭 wifi 或咖啡店时,您的 Android IP 会发生变化。

您需要的是一个介于移动应用程序和 Auth 端点之间的服务器,它可以安全地传送登录 token 。您可以使用类似 Auth0 的服务找到类似的流程

关于android - 如何为 Android 应用程序设置回调 URL 以接收来自 API 的 POST 请求?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54206050/

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