💾 Archived View for rawtext.club › ~sloum › geminilist › 007604.gmi captured on 2023-11-14 at 08:28:45. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-11-30)

-=-=-=-=-=-=-

<-- back to the mailing list

[ANN] Specification update (v 0.16.0)

Philip Linde linde.philip at gmail.com

Mon Nov 15 01:52:10 GMT 2021

- - - - - - - - - - - - - - - - - - - 

On Sun, 14 Nov 2021 23:03:01 +0100almaember <almaember at disroot.org> wrote:

Could you please elaborate on what "apply the original request's query
to the redirect URL" means? I'm not sure what this forbids.

Basically, from what I understand

c: gemini://example.com/?querystrings: 30 /movedherec (redirecting): gemini://example.com/movedhere?querystring

is now explicitly forbidden. The client should drop the query stringfollowing the redirect and use the redirect URL directly:

c: gemini://example.com/?querystrings: 30 /movedherec (redirecting): gemini://example.com/movedhere

The query string can still carry over, but it's up to the server, whichhas to be explicit about it:

c: gemini://example.com/?querystrings: 30 /movedhere?querystringc (redirecting): gemini://example.com/movedhere?querystring

-- Philip