HomerGaidarski / urlsauce

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

support urls > 255 characters #11

Open HomerGaidarski opened 8 years ago

HomerGaidarski commented 8 years ago

Max valid url length is 2,083 characters; and certain api calls need super long urls. long_url has a current max length of 255, need to increase this