Rest API - Request and Response Format
Given this HTTP response header:
If the client sends a request with
Cache-Control: max-age=60 ETag: "12345"
If the client sends a request with
If-None-Match: "12345" after 30 seconds, what will the server most likely respond?