Additional Info |
---|
Type
|
Package ID
dougiefresh:404status
|
First Created
November 03, 2014, 03:43:43 PM
|
Last Updated
May 22, 2019, 09:34:25 AM
|
QuoteThe requested resource could not be found but may be available again in the future. Subsequent requests by the client are permissible.A 410 error code (Gone) is this:
QuoteIndicates that the resource requested is no longer available and will not be available again. This should be used when a resource has been intentionally removed and the resource should be purged. Upon receiving a 410 status code, the client should not request the resource again in the future. Clients such as search engines should remove the resource from their indices. [citation needed] Most use cases do not require clients and search engines to purge the resource, and a "404 Not Found" may be used instead.A 403 error code (Forbidden) is this:
QuoteThe request was a valid request, but the server is refusing to respond to it. Unlike a 401 Unauthorized response, authenticating will make no difference. On servers where authentication is required, this commonly means that the provided credentials were successfully authenticated but that the credentials still do not grant the client permission to access the resource (e.g. a recognized user attempting to access restricted content).