3xx Redirection
Use 302 for temporary redirects when you are comfortable with traditional redirect behavior and the original URI should remain the one clients keep using.
GET /reports302 Found with Location: /login?next=/reportsThe user is temporarily redirected while the original report URL remains the destination they ultimately care about.
There are several valid versions of this thing, and the server is asking you to pick one.
This moved for good. Start using the new address from now on.
You submitted something successfully. Now go fetch this other page to see the result.
You already have the latest version! The thing you're asking for hasn't changed since you last got it.
This is an old HTTP idea that said, 'Use this proxy instead,' but modern systems should not rely on it.
This number exists in the HTTP list, but it does not mean anything you should use in a real app today.
Go to this other address for now, and send the exact same kind of request there.
This moved for good, and you should keep using the same kind of request when you switch to the new address.