Ask HN: Should URL's be case insensitive?
I frequently visit https://news.ycombinator.com/active and sometimes I accidentally type https://news.ycombinator.com/ACTIVE which provides me with a nice
Unknown.
message...
Should a URL string be case insensitive or does it actually matter?
2 comments
[ 1.2 ms ] story [ 16.7 ms ] threadMost web servers on unix or linux the URL is case sensitive. IIS on windows the URL is not case sensitive. The domain name is not case sensitive.
https://tinyvpn.org/cs/
https://tinyvpn.org/Cs/
[1] - https://stackoverflow.com/questions/15641694/are-uris-case-i...