HEAD, when you only need to know it exists
Fetching a 20 MB file to check that it is there downloads 20 MB. HEAD returns the headers and nothing else.
curl -I https://cdn.example.com/build/app.jsSame status code, same Content-Length and ETag. A health check that uses GET on a heavy endpoint is wasting the server's time twice a minute.
http