Open In App

HTTP headers | Retry-After

HTTP headers are used to pass additional information with HTTP request or response. HTTP Retry-After header is an HTTP response header which indicates how long to wait before making another request. Depending on different status codes, there are different use cases of the Retry-After response header.

Syntax:



Retry-After: <http-date>
Retry-After: <delay-seconds>

Directives: This header accepts two directives as mentioned above and described below:

Example: This example will illustrates the HTTP Retry-After header:



Retry-After: Sun, 27 Oct 2019 09:45:00 GMT
Retry-After: 180

Supported Browsers: The browsers compatible with HTTP Retry-After header are listed below:

Article Tags :