log out request info - useful for various debugging/testing/troubleshooting tasks
335
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
2.3 MB
Last updated
about 8 years ago
docker pull kistek/request-info-docker