I wonder, among all kinds of protocols supported by VLC, which have the smallest and the largest URLs?
I am in doubt as browsers, each has a different number of characters for URL:
Internet Explorer: 2,083 characters
Firefox: 65,536 characters
Safari: 80,000 characters
Opera: 190,000 characters
But it is not only the browsers that use URL's, web servers also manage and each interprets its way:
Apache: 4,000 characters
Microsoft Internet Information Server (IIS): 16,384 characters
Perl :: HTTP Daemon: 8000 characters
What are the biggest URLs supported by VLC and which are the smallest URLs supported by VLC, because I have to make a validation on a field.