I've inherited a pile of code for a web app which contains oodles of hard-coded paths. I've been tasked with trying to get it to run using https://.
Other than detecting "https://" in the URL is there a more inband way to detect that the current context is https?
Looking for something like:
System.Web.HttpContext.Current.Request.Url.Protocol.ToString()