HTTP 307 Mock Endpoint

HTTP 307 Temporary Redirect indicates the client must use a different URI to complete the intent. Redirect correctness depends on Location and caching headers, and different clients handle redirects differently—especially for non-GET requests.

Try it (live endpoint)

Response includes the status code, standard headers (including Content-Type), and a small diagnostic JSON body describing the request and returned status.

Simulator URL (copy in the app after load — not a normal link):

https://httpstatus.com/api/status/307

Example request:

curl -i "https://httpstatus.com/api/status/307"
Try in playground