我在我的应用程序中集成了SSL证书,在我的网站中有https,但是在django social auth中,请求URL仅与http一起使用。 我知道Twitter不允许来自http的请求。链接:http://humbusy.tk/social-auth/login/twitter/
我的网站有https,但是请求带有http。为什么?以及我该如何解决?谢谢。
答案 0 :(得分:0)
自从您的urls.py
出现以来。
urlpatterns = [url(r'social-auth/', include('social_django.urls', namespace='social')) ]
u在Twitter应用程序配置中添加了回调URL,如下所示。
https://humbusy.tk/social-auth/complete/twitter/
http://humbusy.tk/social-auth/complete/twitter/