What’s the difference between a 302 FOUND and a 307 TEMPORARY REDIRECT HTTP response?
The W3 spec seems to indicate that they’re both used for temporary redirects, and neither can be cached unless the response specifically allows it.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The difference concerns redirecting
POST,PUTandDELETErequests and what the expectations of the server are for the user agent behavior (RFC 2616):Also, read Wikipedia article on the 30x redirection codes.