A simple http status code response site for testing webhooks.
337
This is a simple http status code response site. Pass a status code as a path and get a response with that status code. This is useful for testing webhook requests that expect a certain status code in the response to prevent subsequent requests.
docker run -p 80:80 willbrowning/simplehttp
Use ngrok to proxy requests from an external generated url to the container.
ngrok http 80
Content type
Image
Digest
Size
80.7 MB
Last updated
over 5 years ago
docker pull willbrowning/simplehttp