In API caching, _________ is used to specify how long the response should be considered fresh.
- Cache-Control
- ETag
- Expires
- Last-Modified
In API caching, the "Expires" header is used to specify the date and time until which the cached response is considered fresh. It helps clients determine whether the cached data can still be used or if a new request to the server is required.
Loading...
Related Quiz
- Postman's _________ feature enables developers to simulate different server responses without setting up actual backend services.
- Advanced collaboration tools like _________ enable real-time communication and issue tracking between developers and testers.
- In third-party API integration, what advanced technique ensures the robustness of your application against API changes?
- Negative testing often involves sending ________ types of data to check for API robustness.
- Which factor can significantly increase the complexity of API test automation?