3xx Redirection
Use 304 for conditional GET or HEAD requests when the client's cached representation is still current.
GET /assets/app.js with If-None-Match: "abc123"304 Not Modified with no bodyThe server confirms the cached asset is still valid.
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.
Go somewhere else for now, but don’t assume this new address is the permanent one.
You submitted something successfully. Now go fetch this other page to see the result.
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.