HTTP Status Simulator

Return any status code with optional latency.

The response body is JSON and the HTTP status matches the code you set.

Guide

HTTP Status Simulator Guide

Return any HTTP status code to test error handling, retry logic, and UI states.

How It Works

  • Enter the status code you want to test.
  • Hit the endpoint or use it in fetch calls.
  • Observe how your app responds.

Practical Tips

  • Test 401 and 403 for auth flows.
  • Use 500 to simulate server failures.
  • Try 429 to validate rate-limit UX.

FAQs

Does it return a body?

It returns a simple status response.

Can I add headers?

Not yet, but that is possible.

Is it useful for QA?

Yes, it speeds up error scenario testing.