2 points by primalscreamer 7 hours ago|1 comments
I use it all the time for work related stuff (inspecting webhooks and mocking api responses). It works like webhook.site but also lets you generate fake data. It doesn't require an account so feel free to try it.

https://www.http-response.com/

fottly 7 hours ago
Great, this is one of those tools that's simple in concept but easy to misuse in the details. How do you handle aspects like latency simulation or partial/incomplete responses? Is it configurable or just static JSON per endpoint?