I need to check if a file at a specific URL has changed. For that I would like to get the ETag but I would like to avoid downloading the file each time.
I know I can have it with curl -I.
Is there a way to do that with HttpClient, or something else?
Many thx