Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 1111729 of 410 Gone

  • Revision slug: Web/HTTP/Status/410
  • Revision title: 410 Gone
  • Revision id: 1111729
  • Created:
  • Creator: fscholz
  • Is current revision? Yes
  • Comment fix github url

Revision Content

{{HTTPSidebar}}

The HTTP 410 Gone client error response code indicates that access to the target resource is no longer available at the origin server and that this condition is likely to be permanent.

If you don't know whether this lack is temporary or permanent, a {{HTTPStatus(404)}} status code should be used instead.

A 410 response is cacheable by default.

Status

410 Gone

Specifications

Specification Title
{{RFC("7231", "410 Gone" , "6.5.9")}} Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content

Browser compatibility

{{Compat}}

See also

  • {{HTTPStatus(404)}}

Revision Source

<div>{{HTTPSidebar}}</div>

<p>The HTTP <code><strong>410</strong></code><strong><code> Gone</code></strong> client error response code indicates that access to the target resource is no longer available at the origin server and that this condition is likely to be permanent.</p>

<p>If you don't know whether this lack is temporary or permanent, a {{HTTPStatus(404)}} status code should be used instead.</p>

<div class="note">
<p>A 410 response is cacheable by default.</p>
</div>

<h2 id="Status">Status</h2>

<pre class="syntaxbox">
410 Gone</pre>

<h2 id="Specifications">Specifications</h2>

<table class="standard-table">
 <tbody>
  <tr>
   <th scope="col">Specification</th>
   <th scope="col">Title</th>
  </tr>
  <tr>
   <td>{{RFC("7231", "410 Gone" , "6.5.9")}}</td>
   <td>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</td>
  </tr>
 </tbody>
</table>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>

<p>{{Compat}}</p>

<h2 id="See_also">See also</h2>

<ul>
 <li>{{HTTPStatus(404)}}</li>
</ul>
Revert to this revision