Closed corentinbettiol closed 4 years ago
We can provide a var to let the user set the correct protocol rather than trying https and then http. Default protocol should be https.
So the user must set a DJANGO_CHECK_SEO_FORCE_HTTP
var to True
in the settings.py
file, that will force django-check-seo to check a url using http.
When using django-check-seo, we can have some logs that says this:
We should redirect http requests to https ones. And django-check-seo is used in order to analyse public content, that is available all over the web.