Django - Security Best Practices
Which of the following is the correct way to enable HTTPS redirection in Django settings?
SECURE_SSL_REDIRECT controls whether Django redirects HTTP requests to HTTPS.SECURE_SSL_REDIRECT = True enables automatic redirection to HTTPS. The other options either disable security or relate to cookies.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions