by ng-user on 6/3/19, 3:52 PM with 2 comments
Unknown.
message...
Should a URL string be case insensitive or does it actually matter?
by LinuxBender on 6/3/19, 4:12 PM
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.
[1] - https://stackoverflow.com/questions/15641694/are-uris-case-i...
by tlb on 6/3/19, 4:02 PM