Download raw body.
fix gotsysd test failures with new gotwebd redirect
2026-07-19T16:46:41+0200 Stefan Sperling <stsp@stsp.name>: > Restore gotwebd's ability to redirect with HTTP status codes. > > This is needed to keep gotsysd tests passing because w3m does not work as > required in our test scripts when the HTML body refresh redirect method > is used. > > The new page refresh redirect way remains the default. > The non-default behaviour is used by our tests, and might be useful > to someone, somewhere, some day. > > ok? Ran regression tests and tested all three variants of redirect_method (unset, page_refresh and status_code) on my instance and the (not yet released) gotweb authenticator app without issues. Other than in regression tests, I only tested with gotwebd and not gotsysd as I don't have that set up. ok jtt@
fix gotsysd test failures with new gotwebd redirect