On Safari browsers if the user does not manually type in “https” in the URL, it shows a “not secure” warning that goes away if the user goes to the “https” url. Is there a way in Backendless to tell it to redirect all users to the https version?
Hello, @David_King.
Can you please specify domain and check with different browser? For domains like *.backendless.app
HSTS was checked with Safari and works as expected.
Regards, Nikita.
Domain is www.compass.kinglawnc.com which I want to redirect to https://www.compass.kinglawnc.com.
Chrome browsers redirect to https, but Safari does not.
When you request the URL www.compass.kinglawnc.com in Safari, you get the header Strict-Transport-Security: max-age=31536000; includeSubDomains
?
Regards, Nikita.