Task 32 assigned to mikehale by mikehale
find out why this url is invalid: http://bloat.me/J2WI, when it should be valid
Activity
-
ntalbott added a comment 3 months ago
-
mikehale added a comment 3 months ago
Should bloat.me be in the business of correcting slightly invalid urls? It might be something that we could do to make the user experience better, but I was wondering if in your experience you think it is something that can be done accurately.
-
ntalbott added a comment 3 months ago
Yah, you have to watch that punctuation.
-
mikehale added a comment 3 months ago
so actually the url that was getting passed to bloat was "http://bloat.me/J2WI," which created a token of "J2WI," instead of "J2WI"
-
mikehale created a task for mikehale 3 months ago.
Assigned to: mikehale
Category: Uncategorized
The key is that it's the incoming, not the outgoing link that's bad. Since you know what valid url tokens are, you can pretty easily strip bogus characters off of them.