Is there a way that my site can tell if a User is looking at a page (say, a page that collects troubleshooting information from the User) and tell if that page is being viewed via HTTP or HTTPS?
If they are looking at it via HTTP, I’d very much like to basically do a refresh of the page into HTTPS.
As it stands, all LINKS to that page from the website call it under HTTPS, so this is only for those weird-beard occasions when someone MANUALLY types in “http://www.blah-blah.html”
Thanks!