HTTPS Redirect/HSTS
Automatic HTTPS Redirection
server set web.SSL.forceSSLRedirect=true{
"web": {
"ssl" : {
"enable" : true,
"port" : 443,
"forceSSLRedirect" : true
}
}
}not secure() and method(GET) -> redirect('https://%{LOCAL_SERVER_NAME}%{REQUEST_URL}%{QUERY_STRING}' )HTTP Strict Transport Security (HSTS)
Last updated
Was this helpful?