Verify if your website is protected against man-in-the-middle attacks using HTTP Strict Transport Security (HSTS).
HTTP Strict Transport Security (HSTS) is a web security policy mechanism that helps to protect websites against man-in-the-middle attacks such as protocol downgrade attacks and cookie hijacking. It allows web servers to declare that web browsers should only interact with it using secure HTTPS connections.
http:// links to https://.Standard HTTPS redirects are not enough. On the very first request, or if a user types a URL without the prefix, the browser starts with HTTP. HSTS closes this "vulnerability window" by ensuring the browser never even attempts an insecure connection.
"HSTS is the final step in securing your HTTPS implementation. It effectively turns a recommendation to use HTTPS into a strict, unbreakable requirement for the browser."
Adding HSTS is done via a single HTTP response header. Here is how to add it to the most popular web servers:
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" always;Header always set Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"Enter the full hostname of your website and click "Verify HSTS". Our tool will simulate a browser request to your server and check for the existence of the Strict-Transport-Security header. We'll also parse the max-age, subdomains, and preload flags to ensure your policy is correctly configured for maximum security.
Stop manually checking tags. Let SeoKwik's algorithms do it for you instantly.
Other helpful tools in the Domain & Server category