HTTP Status Code Playground
Test HTTP requests and see how different status codes behave
Request Configuration
Configure your HTTP request to see how different status codes behave
โ
OK
2xxSuccess
Max 5000ms (5 seconds)
cURL Command
curl -X GET "https://siteerror.com/api/playground?code=200"
How the Playground Works
- 1.Select an HTTP method and status code to test
- 2.Optionally add a delay to simulate slow responses
- 3.The demo API returns mock responses with the requested status
- 4.Note: Redirect (3xx) and informational (1xx) codes return 200 with status info to avoid actual redirects
- 5.Use the cURL command to test from your terminal