Bird
0
0

When a server responds with 429 Too Many Requests, which HTTP header usually informs the client how long to wait before retrying?

easy📝 Conceptual Q2 of 15
Rest API - HTTP Status Codes

When a server responds with 429 Too Many Requests, which HTTP header usually informs the client how long to wait before retrying?

AUser-Agent
BContent-Length
CAuthorization
DRetry-After
Step-by-Step Solution
Solution:
  1. Step 1: Identify header for retry timing

    The Retry-After header tells the client how many seconds to wait before retrying.
  2. Step 2: Exclude unrelated headers

    Content-Length relates to body size, Authorization to credentials, and User-Agent to client info.
  3. Final Answer:

    Retry-After -> Option D
  4. Quick Check:

    Retry-After header controls retry delay [OK]
Quick Trick: Retry-After header specifies wait time [OK]
Common Mistakes:
  • Confusing Retry-After with Content-Length
  • Assuming Authorization header controls retries
  • Thinking User-Agent header is related to retry timing

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Rest API Quizzes