I need to do a redirection on page. My problem is that I also need to know the protocol(HTTP or HTTPS) the user is using.
I tried
@GetHTTP_Header(“HTTPS_KEYSIZE”)
in the head content of the page. If this is empty I have HTTP an if it is not empty I have HTTPS. But it is always empty on a page. But on a form it is not empty.
So I thought to take a form. But the form I can not use as a launch option on the DB wehn accessed through the web.
The reason for the redirection is to redirect the user to the current active web app.
Does anybody have a nice idea?