Stop query params going to lowercase

Is there a way to stop query params from being redirected to lowercase

aka:

URL?mode=resetPassword&oobCode=KzImyB123

to going to

URL?mode=resetpassword&oobcode=kzimyb123

our code is case sensitive

@tpcrispy I’ve never encountered this before myself, having worked with case-sensitive query parameters on sites hosted on Netlify in the past. I also just tested on a site hosted on Netlify and didn’t see it.

Do you have any redirection logic in place yourself?

Either Netlify redirects or via whatever you’ve built the site with?

Hi @tpcrispy welcome to the forums. Can you share more info please?