Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
'if this request wasn't through HTTPS
if Request.ServerVariables("HTTPS") <> "on" then
'then redirect it back to here via HTTPS
Response.Redirect("[URL unfurl="true"]https://"[/URL] & request.serverVariables("SERVER_NAME") & request.serverVariables("SCRIPT_NAME"))
end if
[/ignore][code]CodeHere