Rest API - Request and Response Format
Given this HTTP response header snippet:
What happens when the browser sends a request with header
Cache-Control: max-age=0, must-revalidate ETag: "abc123"
What happens when the browser sends a request with header
If-None-Match: "abc123"?