You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Strict-Transport-Security (STS) header enforces secure HTTPS connections by instructing browsers to avoid using HTTP. Implementing the STS header in ZIO-HTTP would enhance security by preventing man-in-the-middle attacks and ensuring that communication remains encrypted.
Key Requirements:
Implement support for the Strict-Transport-Security header.
Support max-age, includeSubDomains and preload directives.
Add tests to ensure compliance with the HTTP specifications regarding the STS header
The Strict-Transport-Security (STS) header enforces secure HTTPS connections by instructing browsers to avoid using HTTP. Implementing the STS header in ZIO-HTTP would enhance security by preventing man-in-the-middle attacks and ensuring that communication remains encrypted.
Key Requirements:
Reference: https://datatracker.ietf.org/doc/html/rfc6797
The text was updated successfully, but these errors were encountered: