HTTP Status Coop – 307 Temporary Redirect
Sixth in the HTTP Status Coop series is 307 Temporary Redirect!
In this case, the request should be repeated with another URI; however, future requests should still use the original URI. In contrast to how 302 was historically implemented, the request method is not allowed to be changed when reissuing the original request. For example, a POST request should be repeated using another POST request.
via Wikipedia
My husband, lovingly redirecting Cooper out of the snow 😀
For the entire HTTP Status Coop series that’s been released so far, head over to the HTTP Status Coop page on my blog!
I’m Hilary Weaver, also known as g33klady on the Internets. I’m a Senior Quality Engineer working remotely near Detroit, I tweet a lot (@g33klady), and swear a lot, too.