|
|
|
Ask HN: Should URL's be case insensitive?
|
|
3 points
by ng-user
2567 days ago
|
|
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? |
|
Most 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...