Rest API - Caching Strategies
A client sends a request with header
What is the likely problem in this interaction?
If-None-Match: "xyz789". The server responds with:HTTP/1.1 200 OK
ETag: "abc123"
{ "data": "new content" }What is the likely problem in this interaction?
