Ii'm trying to force HTTPS redirection in IIS, based on the article
what's strange, when I create the Redirect URL as follows
https://{HTTP_HOST}/{REQUEST_URI}
and I open http://some.com/somePage, instead of being redirected to https://some.com/somePage I'm redirected to https://some.com/h
what's that 'h'
letter at the end and why 'somePage'
is missing ?