Feature #34015
Automatically switch between HTTP and HTTPS
| Status: | Accepted | Start date: | 2012-02-11 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | |||
| Votes: | 0 |
Description
Currently, the WebDAV driver always uses its base URI to generate public URLs for a file. This will however lead to HTTPS warnings if viewing a page via HTTPS and getting a file from HTTP.
We should therefore add a configuration option for the user to decide if a page is available with and without SSL or only via the configured URL. If both methods are available, we could automatically adjust the URL depending on the currently used method (taken from $_SERVER['HTTPS']).