Closed mshmsh5000 closed 6 years ago
Taking a little look at this - it seems to be caused by the iri_to_uri
filter we run before redirecting. Do you think this would be safe to remove now that we normalize URLs before storing them? Or should we be running uri_to_iri
before storing in Redis, and keep iri_to_uri
on the way out?
I haven't figured out whether there are other characters like this. Take this target URL:
https://medium.com/@susanbordo
Fully encoded:
https%3A%2F%2Fmedium.com%2F%40susanbordo
We can pass either of these to Bertly:
In either case, the unshortened URL appears thus:
Following this leads to a 404, on the command line as well as in multiple browsers: