https://shipreadyai.dev/glossary/hsts

> Discover all available pages from the documentation index at https://shipreadyai.dev/llms.txt

# HSTS

The header that tells browsers to never speak to your site over plain HTTP again.

HSTS stands for Strict-Transport-Security. It is a response header that tells a browser to use HTTPS for your domain for a stated period, even if a link, a bookmark or a typed address says otherwise. The browser upgrades the request before it leaves the machine.

A redirect from HTTP to HTTPS is good, but the first request still goes out in the clear. HSTS closes that window for every visit after the first.

A check reads the header from your published app and reports whether it is present and how long it lasts. It is one line in the place your app sets headers, and it is one of the few items on a result that is genuinely a ten minute job.
