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 14 docker-http-https-echo issues
Sort by recently updated
recently updated
newest added

First of all: Awesome project :) I just recently stumbled across a use case where I wanted to debug a reverse proxy and see whether it properly forwards mTLS authentication/SSL...

It looks like http2 is not supported, do you have any plan to add this feature? ``` yutongli@yutongli:~$ curl -k https://localhost:8443 -v --http2 * Trying 127.0.0.1:8443... * Connected to localhost...

Request headers: ``` headers = { 'content-type': 'application/json', 'charset': 'utf-8', 'content-encoding': 'gzip', } ``` Output in console: ``` SyntaxError: Unexpected token ▼ in JSON at position 0 at JSON.parse ()...

Issue #40 — update to Node 16 Issue #39 — ability to set content type of the response

Update the version of the node engine in package.json to 16.0.0 to avoid older vulnerable packages from being picked up in local builds

Sometimes you'd like to be able to influence the log lines and send some logs to standard error. This option add the property `LOG_TO_STANDARD_ERROR` which will send any failing status...

i ran the docker using readme commands, but when curl anything using local or external ip i always got 'connection reset'. if not run then it is connection refused, which...

Is there any way for this to be extended to store all the requests and present them on a user friendly dashboard (I have users who aren't that tech savvy)?

I don't know how to set the time zone variable, an example that works is mariadb:latest, amazoncorretto:21 this is example docker-compose.yaml: ``` version: '3.8' server-a: container_name: server-a image: mendhak/http-https-echo environment:...