Skip to content

RSS Shortcuts redirect to http instead of https

Summary

RSS Shortcuts redirect to http instead of https

Steps to reproduce

Open RSS short urls https://typo3.org/rss or https://typo3.org/rss-security and the first redirect will go to http and a second to https

curl -I https://typo3.org/rss
HTTP/2 301
location: http://typo3.org/?type=100
curl -I https://typo3.org/rss-security
HTTP/2 301
location: http://typo3.org/?type=101

Example URL

https://typo3.org

What is the current bug behavior?

Redirect uses http

What is the expected correct behavior?

Redirect uses https (or feed is delivered directly with redirect)

Acceptence Criterias

  • Redirect uses https
Edited by Thomas Löffler