-
Question: would it be unreliable to assume that if a server can respond to a specific URL request on a GET request, then it can also respond on a HEAD request? (please reply if there's nuance that you want to share)
-
I'm err'ing more on the side of "don't rely on it _also_ supporting HEAD". But if anyone has a real world example URL I can see this on, I would be super grateful.
-
Correction: not *can it respond with HEAD*, but *will* it also respond with HEAD (i.e. can I rely on it)