Web Protocols

Every request your browser makes rides a stack of protocols: an application protocol like HTTP, a security layer like TLS, and a transport like TCP or QUIC underneath. Each generation traded away a bottleneck of the last — head-of-line blocking, extra round trips, plaintext exposure — to make the web faster and safer.

This section explains the protocols WebInspect detects: what each one is, where it sits in the stack, how its handshake and framing work, and the concrete performance and security reasons to prefer the newer versions.