Simple docker web app to output Request Headers
556
Simple docker web app to output Request path, parameters and headers. It's useful if you want to see how application sees requests from behind proxy/load balancer.
Run example:
docker run -d -p 8080:8080 --name show-headers keeperlink/request-info-docker:latest
Request Host: test.mysite.com
Request URL: /test/path?param1=value1¶m2=value2
Context path: test/path
Client IP (RemoteAddr): 172.17.0.1:33870
Request TLS:
Request Headers:
Content type
Image
Digest
Size
196.9 MB
Last updated
over 9 years ago
docker pull keeperlink/request-info-docker