Skip to content

Return 410 if a resource is no longer available #36

@Flipez

Description

@Flipez

As in HTTP defined you should return 410 if a resource is no longer available.

410 Gone
Indicates 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.[44] Most use cases do not require
clients and search engines to purge the resource, and a "404 Not Found" may be used instead.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions