HomerGaidarski / urlsauce

A web application developed with Laravel 5.4 that creates shortened urls.
0 stars 0 forks source link

prevent users from entering urls that don't exist #4

Open HomerGaidarski opened 8 years ago

HomerGaidarski commented 8 years ago

Currently if I tried to shorten "http://kjad8fu0a9sdf0ja0ij2k3jl4kjlkjsldkjfalsdfjaoyoiewrnnjko.com", it still generate a short url, even though the long url doesn't exist. Need to prevent this from happening.