Making HTTP requests from a container that has no curl, using bash /dev/tcp

Minimal container images often ship without curl, wget, or any HTTP client at all. Bash can still make an HTTP/1.1 request on its own through the /dev/tcp pseudo-device, without installing anything.

Marek Ć uppa