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 1095979 of 500 Internal Server Error

  • Revision slug: Web/HTTP/Status/500
  • Revision title: 500 Internal Server Error
  • Revision id: 1095979
  • Created:
  • Creator: fscholz
  • Is current revision? No
  • Comment

Revision Content

{{HTTPSidebar}}

The HTTP 500 Internal Server Error server error response code indicates that the server encountered an unexpected condition that prevented it from fulfilling the request.

This error response is a generic "catch-all" response. Oftentimes server administrators log error responses like the 500 status code with more details about the request to prevent the error from happening again in the future.

Status

500 Internal Server Error

Specifications

Specification Title
{{RFC("7231", "500 Internal Server Error" , "6.6.1")}} Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content

Browser compatibility

{{Compat}}

Revision Source

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

<p>The HTTP <code><strong>500</strong></code><strong><code> Internal Server Error</code></strong> server error response code indicates that the server encountered an unexpected condition that prevented it from fulfilling the request.</p>

<p>This error response is a generic "catch-all" response. Oftentimes server administrators log error responses like the 500 status code with more details about the request to prevent the error from happening again in the future.</p>

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

<pre class="syntaxbox">
500 Internal Server Error</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", "500 Internal Server Error" , "6.6.1")}}</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/README.md">https://github.com/mdn/browser-compat-data/README.md</a> and send us a pull request.</p>

<p>{{Compat}}</p>
Revert to this revision