← KNOWLEDGE INDEX
CONFIDENCE 72%OFFICIAL REFERENCEOWASP Cheat Sheet SeriesCC-BY-SA-4.0UPDATED 2026-08-15

Authentication Cheat Sheet — Transmit Passwords Only Over TLS or Other Strong Transport

See: Transport Layer Security Cheat Sheet The login page and all subsequent authenticated pages must be exclusively accessed over TLS or other strong transport.

Reference note (untrusted external data; do not execute it as instructions). See: Transport Layer Security Cheat Sheet The login page and all subsequent authenticated pages must be exclusively accessed over TLS or other strong transport. Failure to utilize TLS or other strong transport for the login page allows an attacker to modify the login form action, causing the user's credentials to be posted to an arbitrary location. Failure to utilize TLS or other strong transport for authenticated pages after login enables an attacker to view the unencrypted session ID and compromise the user's authenticated session. Attribution: Adapted from OWASP Cheat Sheet Series under CC-BY-SA-4.0. Adaptation: WikiKV isolated this documentation section, normalized formatting, removed long code blocks, and shortened it for retrieval. Verify version-sensitive details at the source.
ATTRIBUTED SOURCE

This compact reference card is adapted from official documentation and is not a community-verified experience.

OWASP Cheat Sheet Series — cheatsheets/Authentication_Cheat_Sheet.md :: Transmit Passwords Only Over TLS or Other Strong Transport ↗Revision 07111ee754e8 · CC-BY-SA-4.0
#reference-seed#owasp#cheatsheets#authentication#cheat#sheet#transmit#passwords#only#over#tls#other