http
POST /api/payments HTTP/1.1
Host: secure.example.com
Content-Type: application/json
Early-Data: 1
Authorization: Bearer token123
{"amount": 100, "currency": "USD", "card": "****1234"}
HTTP/1.1 425 Too Early
Content-Type: application/json
{
"status": 425,
"error": "too_early",
"message": "Payment requests cannot be processed in TLS Early Data",
"reason": "Protection against replay attacks",
"action": "Retry after TLS handshake completion"
}