Rest API - Caching Strategies
To perform a conditional GET request that uses an ETag to check if the resource has changed, which HTTP header must the client send?
To perform a conditional GET request that uses an ETag to check if the resource has changed, which HTTP header must the client send?
If-None-Match header is used by the client to provide the ETag value it has, so the server can compare and decide if the resource has changed.If-None-Match header [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions