I have a site where I want to set SECURE_SSL_REDIRECT = True for most views, but there is one view that I need to disable SSL (for communication with a client program that doesn't support it).
I could create a whole new Django project for the view that doesn't require SSL, but there must be an easier way to manage that.
How can I selectively turn off the SSL redirect?
Best way to disable SSL is to define SECURE_REDIRECT_EXEMPT in settings...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With