How to force HTTPS

I have enabled SSL on my xojo cloud domain. I can connect with https://mydomain. I can also connect insecurely to http://mydomain. How can I force all connections to https://mydomain (secure connection)?

In Session.Open check Session.Secure
Here is a feedback ticket for a Force SSL option <https://xojo.com/issue/51252>

3 Likes

Thanks - I’ll check it out.