Post #1472930
2026-03-26 14:20 UTC
@silverpill @liaizon What does this mean? “Follow redirects, but set a limit. Request must be re-signed after every redirect.”
do you mean I have to check the new http signature on every 30x response? I don’t believe that can work??
Replies (1)
-
@silverpill@mitra.social 2026-03-26 20:04
@Profpatsch You need to create a new signature because the request target is changing. It is a part of a signature base, so the initial signature becomes invalid when the client follows a redirect. @liaizon