# 302 Redirect

HTTP 302 Found is a standard redirect, as commonly known, also referred to as a temporary redirect. These redirects are not cached by browsers, so revisiting a "blocked" link will trigger filters again.

If you're unsure which type of redirect to choose, opt for HTTP 302 Found.

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