IfNoneMatchETag
IfNoneMatchETag is an HTTP request header field used in conditional requests. It allows a client to specify one or more entity tags (ETags) that represent versions of a resource it has previously stored. The server then compares the provided ETags with the current ETag of the requested resource.
If the ETag provided by the client matches the current ETag of the resource on the server,
Conversely, if the ETag provided by the client does not match the current ETag, or if the
ETags are opaque identifiers assigned by the server to a specific version of a resource. They can