Bug #103171
openRedirect to file with "Force SSL Redirect" broken on iOS browsers
0%
Description
When you create a redirect in the Redirects module that points to a file in fileadmin (t3://file?uid=xxx) and enable force_https, the resulting url looks like 'https:/fileadmin/...'
Most browsers seem to handle this correctly and redirect to the chosen file, but iOS Browsers (Safari, Chrome) don't add the domain an redirect to https://fileadmin/... what leads to an error.
Maybe a problem in /sysext/core/Classes/Http/RedirectResponse.php with setting $headers['location'] = [(string)$uri] or in /sysext/redirects/Classes/Http/Middleware/RedirectHandler.php where buildRedirectResponse is called.
Files
Updated by Chris Müller 9 months ago
- Status changed from New to Needs Feedback
Without looking deeper, how have you configured your site configuration? Is there "/" as base defined?
Updated by Thorsten May 9 months ago
Chris Müller wrote in #note-1:
Without looking deeper, how have you configured your site configuration? Is there "/" as base defined?
The base is a full domain. I tried in different installations and now also with TYPO3 Version 12. It's the same behaviour there.