After sending a manual page with Klaxon, it redirects you to the front page. However that redirect happens with the http protocol (not https), so users with strict https mode enabled on their browser might end up on a warning page instead of the actual klaxon front page. It's also unclear to the user if the page went through or not.
Description
Details
Event Timeline
Change 794759 had a related patch set uploaded (by Legoktm; author: Legoktm):
[operations/software/klaxon@master] Use ProxyFix middleware to correctly recognize HTTPS usage
Change 794759 merged by jenkins-bot:
[operations/software/klaxon@master] Use ProxyFix middleware to correctly recognize HTTPS usage
Unfortunately I had to revert the above patch because the necessary middlewear library isn't included in Debian's python3-werkzeug until Bullseye.
Change 814251 had a related patch set uploaded (by CDanis; author: CDanis):
[operations/software/klaxon@master] Use ProxyFix middleware to recognize HTTPS usage, attempt #2
Change 814251 merged by jenkins-bot:
[operations/software/klaxon@master] Use ProxyFix middleware to recognize HTTPS usage, attempt #2
Thanks to @Legoktm for catching that this was packaged pre-Bullseye under a different name.