HTTP - if-none-match Header

About

if-none-match is one of the conditional request header that permits to verify the freshness of the cache in a condition get request.

As specified in a conditional get request, when a server gets a request with a if-none-match header and the Etag (digest) is the same for the resource requested, it should it return a 304 response.

Documentation / Reference





Discover More
What is a cache validation (conditional HTTP GET request) ?

A cache validation known as a conditional HTTP GET request asks the server if a resource has been modified
What is a status line in HTTP ?

The ''status line'' is the first line of a HTTP response that contains the status to inform you of the success of the request or not. To know more, just click through



Share this page:
Follow us:
Task Runner