docker-http-https-echo icon indicating copy to clipboard operation
docker-http-https-echo copied to clipboard

Docker image that echoes request data as JSON; listens on HTTP/S, useful for debugging.

Results 17 docker-http-https-echo issues
Sort by recently updated
recently updated
newest added

First off, thank you for putting in the work. This is a super helpful project. --- I would appreciate it if it was possible to enable an option besides `LOG_WITHOUT_NEWLINE`...

Currently all headers are lower cased, e.g. `Content-Type` -> `content-type`. I know that headers are case insensitive, but they should be case preserving. Some faulty servers depend on a certain...

Hi, it would be nice if there was an option to restrict logging further: - either completely deactivate logging - specify more than one path with `LOG_IGNORE_PATH` The latter could...

Hello folks, I think it would be nice if it was possible to add an option to filter out some headers (very generic) or at least an option to filter...

Bumps [jws](https://github.com/brianloveswords/node-jws) from 3.2.2 to 3.2.3. Release notes Sourced from jws's releases. v3.2.3 Changed Fix advisory GHSA-869p-cjfg-cm3x: createSign and createVerify now require that a non empty secret is provided (via...

dependencies
javascript

I've got a simple blue/green Kubernetes deployment using this container as described below: ``` apiVersion: apps/v1 kind: Deployment metadata: name: green-app spec: replicas: 1 selector: matchLabels: app: green-app template: metadata:...

I would like to run this container in `host` mode bypassing the docker bridge. This PR will add 2 new variables `HTTP_HOST` and `HTTPS_HOST` to the `Dockerfile` so that the...