QuestionQ297
Understanding and Using APIsA developer evaluates the performance of a web application. The application is hosted in the local data center and uses a REST-based API. API logs show that many users abandon API requests, and responses are taking too long to return. What is causing this issue?
- A Token-based authentication is disabled.
- B Pagination is not implemented.
- C Rate limiting is not implemented.
- D Token-based authentication is enabled.
Community Discussion