Bugzilla – Bug 185
Feature request: Add HEAD command, Last-Modified and E-Tag headers, respect for If-Modified-Since and If-None-Match request headers to webserver component
Last modified: 2004-03-05 14:01:44 UTC
Feature request for the webserver component. HEAD command is used by many browsers to check for changed content. Last-Modified and E-Tag headers are cached by the client and sent back in as If-Modified-Since and If-None-Match request headers. The server should respect these headers and return a '304 Unchanged' response if the file to be fetched hasn't been updated. Primarily for cover art, but generally useful.
HTTP 1.1 server commited.