A small HTTP server that catches every ingoing request, logs it and returns an 200 OK response.
docker run -t -i --init --rm -p 8080:8080 teranovalp/http-catch-all:latestDownload the executable file of the latest Github release and run it like this:
./http-catch-all -port=8080| Option | Description |
|---|---|
| -port | Port to listen on. Defaults to 8080 |