Documentation
¶
Overview ¶
Example: Session Resumption (0-RTT)
This example demonstrates TLS session resumption which dramatically improves bot detection scores by making connections look like returning visitors rather than new connections.
Key concepts: - First connection: Bot score ~43 (new TLS handshake) - Resumed connection: Bot score ~99 (looks like returning visitor) - Cross-domain warming: Session tickets work across same-infrastructure sites
Run: go run main.go
Click to show internal directories.
Click to hide internal directories.