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 1111713 of 303 See Other

  • Revision slug: Web/HTTP/Status/303
  • Revision title: 303 See Other
  • Revision id: 1111713
  • Created:
  • Creator: fscholz
  • Is current revision? Yes
  • Comment fix github url

Revision Content

{{HTTPSidebar}}

The HTTP 303 See Other redirect status response code, usually sent back as a result of a {{HTTPMethod("PUT")}} or {{HTTPMethod("POST")}} operation, indicates that the redirects don't link to the newly uploaded resources but to another page, like a confirmation page or an upload progress page. The method used to display this redirected page is always {{HTTPMethod("GET")}}.

Status

303 See Other

Specifications

Specification Title
{{RFC("7231", "303 See Other" , "6.4.4")}} Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content

Browser compatibility

{{Compat}}

See also

  • {{HTTPStatus("301")}} Found, the temporary redirect

Revision Source

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

<p>The HTTP <code><strong>303</strong></code><strong><code> See Other</code></strong> redirect status response code, usually sent back as a result of a {{HTTPMethod("PUT")}} or {{HTTPMethod("POST")}} operation, indicates that the redirects don't link to the newly uploaded resources but to another page, like a confirmation page or an upload progress page. The method used to display this redirected page is always {{HTTPMethod("GET")}}.</p>

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

<pre class="syntaxbox">
303 See Other</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", "303 See Other" , "6.4.4")}}</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("301")}} <code>Found</code>, the temporary redirect</li>
</ul>
Revert to this revision