# 303 Redirect

HTTP 303 See Other is another type of redirect that functions identically to HTTP 302 Found in terms of mechanics.

JavaScript integration: Redirection is done using the location.replace() function.