I'm using below steps to for HTTP to HTTPS redirect,
Pick the virtual directory you want to redirect. e.g. http://yourdomain.com/ Click HTTP Redirect under IIS in the IIS management console In the HTTP Redirect Dialog:
- Check "Redirect requests to this destination"
- Enter your new path ending with $S$Q: e.g. https://www.yourdomain.com$S$Q
- Counter-intuitively check "Redirect all request to exact destination (instead of relative destination)"
Issue is I have youtube channel link as a prameter, so when redirect it converts the channel url to lowercase, eg: https://www.youtube.com/channel/uc0-zq_3.....
Since youtube channel links are case sensitive it does not work.
Is there any way I can fix this using same?