Jump to content

HyperServer SSL


steve589

Recommended Posts

How can I determine if my app is running in SSL-mode using HyperServer?

I have a landing-page which is accessible in non-SSL-mode (http://...)

When the user clicks the Login-button I switch to SSL via

            UniSession.UrlRedirect('https://www.xxx.com');

so in my app I need to know if it is started with or without SSL, but when I ask

         UniSession.URL

it gives me always "http://..." - probably because the communication between HyperServer and my app is http and not https.

How can this be done?

Thanks for help

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...