HTTP status codes in the range _____ indicate successful API requests.
- 200-299
- 300-399
- 400-499
- 500-599
HTTP status codes in the range "200-299" indicate successful API requests. These codes signify that the request was received, understood, and successfully processed.
Loading...
Related Quiz
- What is the primary purpose of using GraphQL in an application?
- GraphQL subscriptions are used to get real-time updates when a(n) _____ occurs on the server.
- How does rate limiting contribute to API scalability?
- How does a RESTful API differ from a traditional SOAP API in terms of data format?
- How does GraphQL handle real-time data and subscriptions?