An HTTP server that catches every ingoing request, logs it and returns an 200 OK response.
docker run -t -i --init --rm -p 5000:5000 teranovalp/http-catch-all:latest
Clone the repository and run the following commands in the cloned directory:
npm i
npm run start
VAR | Description |
---|---|
PORT | Defaults to 5000 |