Sign inSign up

willbrowning/simplehttp

By willbrowning

Updated over 5 years ago

A simple http status code response site for testing webhooks.

Image
0

337

willbrowning/simplehttp repository overview

SimpleHttp

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.

Run from Docker

docker run -p 80:80 willbrowning/simplehttp

Expose with ngrok

Use ngrok to proxy requests from an external generated url to the container.

ngrok http 80

Tag summary

Content type

Image

Digest

Size

80.7 MB

Last updated

over 5 years ago

docker pull willbrowning/simplehttp