I have web server IIS, where I have direct access to page like (page.com), so thats the reason why I have allowed HTTP (port 80) and then I am using HTTPS (port 443).
When user enters the page on port 80 (page.com
), he will be redirected to HTTPS (443). So my web server uses HSTS with long max-age parameter (defense against ssl strip
).
Is my page secure with HSTS header this way? If not, what should I do?
Thanks a lot!