425
HTTP

425 Too Early

The server is unwilling to risk processing a request that might be replayed. Used with TLS 1.3 early data (0-RTT).

이 코드를 보게 되는 경우

When a server rejects a request sent as TLS 1.3 early data due to replay risk.

해결 방법

Retry the request after the TLS handshake completes.

가이드

용어집