From the here I get to know about the case sensitivity of the query string keys. But my query is regarding the case sensitivity the query string value. Is it possible to make the query string values case insensitive? Can it be possible to get same result when i hit the below two urls?
http://eventabc.com/test/#/?layout=1&name=WCC
and
http://eventabc.com/test/#/?layout=1&name=wcc
If there is any way please give me some solution in angularjs.