A simple httpd server that helps you debugging data sent to it (esp. headers) e.g. if used behind a web-proxy
docker build --no-cache -t debug-httpd .
docker run -p 8080:8080 debug-httpd
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A simple httpd server that helps you debugging data sent to it (esp. headers) e.g. if used behind a web-proxy
docker build --no-cache -t debug-httpd .
docker run -p 8080:8080 debug-httpd