nnovoice / tinyurl

Creating my implementation of a tinyurl
MIT License
1 stars 0 forks source link

Fix the length of the URL to the max allowed by different browsers #1

Open nnovoice opened 4 years ago

nnovoice commented 4 years ago

https://stackoverflow.com/questions/417142/what-is-the-maximum-length-of-a-url-in-different-browsers lists that the max allowed URL length should stay under 2000 chars.

Need to make changes to the schema to allow this.