I have an encrypted value in a query string that is case sensitive. When the Angular application loads with the query string, the entire string is forced to become lower case with is breaking other functionality.
After application loads the this query string becomes: https://someurl.com/en/login?gc%2fgrt4gyjwyldawa8racz4a0dvzac0aazdwnriyrmdlxiabnhfprx0dsq4pljfwli8bk19xfbs586kuxs6fvlqajvuuubyf1ekodjapeszjj88s3kmhxtfemm2kozk2gik5exwybaskhhgwk8mkkhefbfwpvlq7=
I need the to somehow keep the case sensitive query string intact.