QuestionQ58

Application Deployment and Security

Which HTTP status code indicates that the server is intentionally rate-limiting a client application?

  • A 202
  • B 401
  • C 429
  • D 503
Explanation

HTTP status code 429, Too Many Requests, indicates that a client has sent too many requests within a given period and is being rate-limited by the server.

Community Discussion

No comments yet. Be the first to start the discussion!