-
-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
If amfora receives a response that looks like this:
30 gemini://example.org/some%2Fpath/to%2Ba%2Bpage/
It decodes this and tries to access the page at
gemini://example.org/some/path/to+a+page/
This is a different url to the one given in the redirect -- the / character is a path separator, but %2F is not. Amfora should not decode these characters when handling redirects.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working