Please review my web application: http://safe.mn/
I wanted to address the two main criticisms to URL shorteners: security and transparency. Safe.mn creates a short link, but also performs extensive security checks on these links. Any link that is potentially harmful to the visitor gets flagged. When a visitor click on one of these flagged links, Safe.mn shows a warning
(with a list of issues) instead of redirecting the visitor to the final URL. There are a few examples on the website that you can check: http://safe.mn/6, http://safe.mn/2, http://safe.mn/3
I'd like to get the feedback of the community: what sucks, what do you like, is is just another URL shortener for you do you see any additional value, etc.
I've just launched safe.mn, it is not complete yet. The biggest missing part is decent statistics. I'm already logging all the information, but I'm not displaying them yet. Let me know if you find anything else missing.
5 comments
[ 5.5 ms ] story [ 73.7 ms ] threadBrowsers like Google chrome will warn you about security issues when visiting a website. I don't see any additional value in adding this feature to a URL shortener.
IMHO there are better ways to utilize your time (assuming that you are a very good hacker) than making another URL shortener.
I also wanted to get familiar with an MVC framework, so a URL shortener seemed the ideal candidate for this.