I have a PHP script that tries to check $_SERVER['HTTP_IF_NONE_MATCH'] and/or $_SERVER['HTTP_IF_MODIFIED_SINCE'], but neither one is ever set, even if the client sent the If-None-Match or If-Modified-Since headers.
Since the point of the If-None-Match and If-Modified-Since headers is to enable...