jsonplaceholder
jsonplaceholder copied to clipboard
Any way to simulate an error?
trafficstars
It's useful to response with 404 instead of empty content when requesting e.g. https://jsonplaceholder.typicode.com/posts/999, we usually use https://httpbin.org to simulate an error request.
The status code is 404