410 ErrorA 410 response code is what the server returns when a document is gone, as in once existed but no longer does. This is in contrast to a 404 error in which the document never existed. If you remove a document it is preferable to send this response code instead. The 410 error is specific to HTTP version 1.1. If your server is sending HTTP version 1.0 you should use a 404 error instead. |
