Connected: An Internet Encyclopedia
14.38 Retry-After

Up: Connected: An Internet Encyclopedia
Up: Requests For Comments
Up: RFC 2068
Up: 14 Header Field Definitions
Prev: 14.37 Referer
Next: 14.39 Server

14.38 Retry-After

14.38 Retry-After

The Retry-After response-header field can be used with a 503 (Service Unavailable) response to indicate how long the service is expected to be unavailable to the requesting client. The value of this field can be either an HTTP-date or an integer number of seconds (in decimal) after the time of the response.

          Retry-After  = "Retry-After" ":" ( HTTP-date | delta-seconds )

Two examples of its use are

          Retry-After: Fri, 31 Dec 1999 23:59:59 GMT
          Retry-After: 120

In the latter example, the delay is 2 minutes.


Next: 14.39 Server

Connected: An Internet Encyclopedia
14.38 Retry-After