What does a '429 Too Many Requests' HTTP status code return imply about a client browser's interaction with a web application?
A. The user has submitted too many requests in a given amount of time, triggering rate-limiting protections on the server.
B. The input security certificate has an expired authorization date.
C. The web server hardware has completely broken down internally.
D. The requested URL destination has changed its location permanently.
Answer: Option A
Solution (By JKSSB Mock Tests)
An HTTP 429 status code indicates that the client has exceeded the server's rate limits, protecting the web application from automated scraping or brute-force attacks.
No comments yet. Be the first to start the discussion!