CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Feature #34015

Automatically switch between HTTP and HTTPS

Added by Andreas Wolf over 1 year ago.

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']).

Also available in: Atom PDF