gpt4 book ai didi

python - Django - Social Auth(请求 URL 显示 http 而不是 https)

转载 作者:太空宇宙 更新时间:2023-11-03 13:31:55 25 4
gpt4 key购买 nike

我在我的应用程序中集成了 SSL 证书,我的站点中有 https,但在 django 社交身份验证中,请求 URL 仅与 http 一起使用。我知道 Twitter 不允许来自 http 的请求。链接:http://humbusy.tk/social-auth/login/twitter/

我的网站有 https 但请求是 http 。为什么?我该如何解决?谢谢。

最佳答案

因为您的 urls.py 看起来如下。

urlpatterns = [url(r'social-auth/', include('social_django.urls', namespace='social')) ] 

您已在 Twitter 应用程序配置中添加回调 URL,如下所示。

https://humbusy.tk/social-auth/complete/twitter/
http://humbusy.tk/social-auth/complete/twitter/

关于python - Django - Social Auth(请求 URL 显示 http 而不是 https),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51719623/

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