You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like Reddit encodes the ~ in the URL as %7E. The browser renders that as ~ everywhere. It ends up with a 404 because the %7E is not decoded before looking up routes.
Plume version: 0.7.2
Operating system: Linux
Web Browser: Firefox at least
The text was updated successfully, but these errors were encountered:
Seen here: https://www.reddit.com/r/rust/comments/197811x/the_bane_of_my_existence_supporting_both_async/khz8yre/?context=3
It looks like Reddit encodes the
~
in the URL as%7E
. The browser renders that as~
everywhere. It ends up with a 404 because the%7E
is not decoded before looking up routes.The text was updated successfully, but these errors were encountered: