-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Force redirect to HTTPS from HTTP #44
Comments
If we redirect all trafic some clients which automatic retrieve for example http://ddb.glidernet.org/download/ may fail as not supporting https. So yes redirecting to HTTPS but from the HTML page (but not all trafic) can be useful. PR welcome. |
Not sure this is something that can be achieved through a pull request, right? Seems more of an Nginx/Apache config thing on the server |
This can be done at HTML level with some javascript i think. |
Example of application using HTTP: https://github.com/Turbo87/ogn-web-gateway/blob/master/src/ogn_ddb.rs#L70 |
Currently, it is possible to visit and use the ddb over HTTP without the page redirecting to HTTPS.
The text was updated successfully, but these errors were encountered: