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.
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.