HEAD /cgi-bin/script HTTP/1.0
will return exactly the same result (including body contents) as the
GET /cgi-bin/script HTTP/1.0
request. There is no mention of HEAD responses in the initial CGI spec.
Is this just a simple oversight? Or is it a feature?
My preference would be for HEAD to check the existance, authorization,
and executability of the script and just return the response headers.
Am I missing something (besides sleep)?
....Roy Fielding ICS Grad Student, University of California, Irvine USA
(fielding@ics.uci.edu)