The best way to get going again, is to reset and see if it works.
Reset
Mock an API in your browser, to prototype a backend or test your API client.
Aids very rapid development of mock-up server APIs to improve the quality of your HTTP API clients.
Connected
To get started, you may use curl to fire a request to your new server, like this:
curl -H "Content-type: application/json" -X POST -d '{"user": "Andreas", "count": 10}' demo?foo=bar
Parsed body (the original request body may differ):
UNINETT ♥ HTTP
We hope you find this tool useful. For comments contact Andreas Åkre Solberg or ask questions, request features or report issues.