I'm looking at a couple different options for forcing https on our 3 web apps.
-
Force https on the webserver, which seems to me like the best option. Details here: http://serverfault.com/a/401632/3641 However, it seems we can't do this on PA - https://www.pythonanywhere.com/forums/topic/316/ Is that still accurate?
-
Use Django to force https. I found https://github.com/rdegges/django-sslify which seems right on point, however I just wanted to verify that we can't do anything on the server side (or another better solution) before implementing this application into our project.