I&#39;m not sure if this question has been asked yet:<br><br>If the server gets the request<br><br>GET /foo.avi HTTP/1.0<br><br>and foo.avi does not exist on the server, should the status code be 404 or 501?<br><br>If foo.avi
 does exist on the server, but we don&#39;t have read permission, should the status code be 403 or 501?<br><br>Thanks,<br>Allen<br>