edraizen / HistoneDB

Browse all histone sequences by histone varaints
http://www.ncbi.nlm.nih.gov/projects/HistoneDB2.0
0 stars 2 forks source link

QUERY sequence and cookies #158

Closed molsim closed 8 years ago

molsim commented 8 years ago

In Analyze your sequence query sequence is not displayed if we set SESSION_COOKIE_SECURE = True in settings.py. which is needed for production.

molsim commented 8 years ago

ok, turns out that we need to access the HistoneDB via Https - then it works. How can we make it default?

molsim commented 8 years ago

I sent a request to web.systems

molsim commented 8 years ago

They want us to implement it ourselves. Django has a redirect module already. We need just uncomment SECURE_SSL_REDIRECT = True in settings.py however, https is available only in production, so no ability to test