EvilZone

Community => General discussion => Topic started by: kenjoe41 on September 18, 2015, 12:49:02 AM

Title: Aren't protocoless URLs a thing anymore and why?
Post by: kenjoe41 on September 18, 2015, 12:49:02 AM
For starters many http libraries break when you give them a URL with no protocol, and this flask validator extension will take no URLs with not protocol (http/s) on it. I am inclined to write mine that accepts these kind of URLs since sending a redirect to the browser with them servers just the same purpose s protocol-with URLs.

So why is it mostly now a standard for them all to support protocols?!