Rest API - Caching Strategies
Which HTTP header should a client send to make a conditional GET request using an ETag?
Which HTTP header should a client send to make a conditional GET request using an ETag?
If-None-Match header with the ETag value to check freshness.If-Modified-Since uses dates, ETag is a response header, Cache-Control controls caching rules. Only If-None-Match fits.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions