Question
What is the significance of the 'Retry-After' header in a 503 response?
Asked by: USER6351
71 Viewed
71 Answers
Answer (71)
The 'Retry-After' header, included in the 503 response, tells the client (browser) how long to wait before attempting to request the resource again. This helps prevent overwhelming the server after a temporary outage and allows it to recover properly.