2019-10-30 11:43:14 +03:00
|
|
|
Long: etag-compare
|
|
|
|
Arg: <file>
|
|
|
|
Help: Pass an ETag from a file as a custom header
|
|
|
|
Protocols: HTTP
|
2019-12-02 13:22:32 +03:00
|
|
|
Added: 7.68.0
|
2020-07-13 15:15:04 +03:00
|
|
|
Category: http
|
2021-08-31 17:37:14 +03:00
|
|
|
Example: --etag-compare etag.txt $URL
|
2021-11-15 17:58:20 +03:00
|
|
|
See-also: etag-save time-cond
|
2019-10-30 11:43:14 +03:00
|
|
|
---
|
2021-07-18 11:42:54 +03:00
|
|
|
This option makes a conditional HTTP request for the specific ETag read
|
|
|
|
from the given file by sending a custom If-None-Match header using the
|
|
|
|
stored ETag.
|
2019-10-30 11:43:14 +03:00
|
|
|
|
2021-07-18 11:42:54 +03:00
|
|
|
For correct results, make sure that the specified file contains only a
|
|
|
|
single line with the desired ETag. An empty file is parsed as an empty
|
|
|
|
ETag.
|
2019-10-30 11:43:14 +03:00
|
|
|
|
|
|
|
Use the option --etag-save to first save the ETag from a response, and
|
2021-07-18 11:42:54 +03:00
|
|
|
then use this option to compare against the saved ETag in a subsequent
|
|
|
|
request.
|