api-now
api-now copied to clipboard
How to simulate HTTP response code such as 200, 440, 503, ...
Please help me simulate HTTP response code like json-server.
will it work if we add a parameter like "errorCode=400" to the URL to simulate it like: curl http://localhost:3003/todos?errorCode=400
@ltbaogt2