whoami
whoami copied to clipboard
Tiny Go server that prints os information and HTTP request to output
In order to test things like HTTP caching, it can be useful to have the whoami respond with specific headers.
Hi, would you please be kind enough to add: ```go CheckOrigin: func(r *http.Request) bool { return true }, ``` as member of the upgrader variable? This would allow to test...
Once you figure out that someone has a containous/whoami instance runing (let's say on their domain … whoami.example.com), you can DoS their host by running multiple `/data?size=10&unit=GB` requests and have...
When testing the Swarm cluster, the `emilevauge/whoami` seems have Keep-Alive turned on, so if the frontend reverse proxy follow the Keep-Alive instruction, then the frontend will keep connected to a...
Add curl scratch binary and introduce docker healthcheck Updated buildx.Dockerfile
Does `whoami` support HTTP/2.0, specifically "h2c", which works without TLS encryption ([Wikipedia](https://en.wikipedia.org/wiki/HTTP/2#Encryption))? It would be interesting to see if incoming requests (through a reverse proxy) are made with HTTP/2.0.
I would like you add the possibility to add a HEALTH CHECK when running this container with a compose file. Would this be possible to do that? or tell me...