TIL: You can make HTTP requests without 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 a...