HTTP 302 Found

The resource is temporarily at a different URL. Unlike a 301, the original URL stays authoritative and should still be used for future requests.

Why you would test it

Confirm your client does not cache a 302 as if it were permanent, and that redirect loops are bounded rather than hanging.

Endpoints that return 302

1 endpoint in this playground answers with 302. Every one is free, needs no signup, and can be called from the browser or with curl.

Other redirection codes

All HTTP status codes · All 37 mock REST APIs · Getting started guide