Show HN: A dummy web server to return arbitrary responses to test your services(github.com)
github.com
Show HN: A dummy web server to return arbitrary responses to test your services
https://github.com/svenstaro/dummyhttp
https://github.com/svenstaro/dummyhttp
So imagine you have a reverse proxy that looks at a certain host and you'd like how that reverse proxy reacts if you send it a 200, 201, 400 or 500. Somehow I couldn't find such a tool and so I built a small dummy web server to do that.
Hopefully someone will find it helpful.