python - https 本地主机 :8080

标签 python facebook google-app-engine

我正在尝试开发一个用 Python 编写并在 Google App Engine 上运行的 facebook 应用程序,所以我需要制作我的 http://localhost:8080https://localhost:8080因为 facebook 要求提供 Secure Canvas URL 如何在 localhost:8080 中创建 https?

最佳答案

来自 the docs :

The development web server does not support HTTPS connections. It ignores the secure parameter, so paths intended for use with HTTPS can be tested using regular HTTP connections to the development web server.

你可以加星issue 960请求添加支持。在那之前,我的建议是运行 Apache 或 lighttpd 作为开发服务器的代理,并仅在前端服务上启用 HTTPS。

关于python - https 本地主机 :8080,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6029473/

相关文章:

javascript - IE FB.login 回调未运行且 XD 代理窗口保持打开状态

javascript - Google App Engine channel token 无效

java - 使用 Cloud Build 将 Java 应用程序部署到 GAE 标准

python - 有没有更好的方法来检查输入是否为数字?输入可以是 int 或 float

python - 如何为 matplotlib 颜色图中的特定值重新定义颜色

python - 为 Airflow 中的日志设置 s3

iOS解析Facebook登录错误308 FBSDKLoginBadChallengeString

python - 我如何(如果可能的话)获得 Django REST 框架的版本?

php - Facebook PHP SDK 4.0 : Getting Long Term Access Token

python - 如何使用drive-sdk共享文件?