Which HTTP status code is commonly associated with exceeding API rate limits?
- 200
- 404
- 429
- 500
The HTTP status code 429 is commonly associated with exceeding API rate limits. When a client surpasses the allowed number of requests, the server responds with a 429 status code, indicating that the request has been throttled due to rate limiting.
Loading...
Related Quiz
- For APIs that accept date inputs, Boundary Value Analysis should include testing the _________ and _________ possible dates.
- How does contract testing benefit the relationship between service providers and consumers in API development?
- How does versioning in RESTful APIs differ from that in GraphQL APIs?
- In tools like Postman, what is the purpose of using Collections?
- API testing requires understanding the _________ of the API to ensure comprehensive coverage.