303 See Other

Explanation:

The 303 See Other status code indicates that the server is redirecting the user agent to a different resource, as indicated by a URI in the Location header field, which is intended to provide an indirect response to the original request.

Usage:

Use this status code to inform clients that the resource they are requesting is temporarily at a different URL, and they should continue to use the original URL.

Attentions:

  • The client should continue to use the original URL for future requests.
  • This status code is commonly used for temporary content changes; for permanent changes, use a 301 Moved Permanently status code.

Sample:

undefined