📰00Making HTTP requests from a container that has no curl, using bash /dev/tcpHacker News·Making HTTP requests from a container that has no curl, using bash /dev/tcp·about 10 hours ago#EmOEcqyO#mareksuppa#bash#service#socket#port#article+1 more🧰Tag tools✨Add tagMinimal container images often ship without curl, wget, or any HTTP client at all. Bash can open a TCP socket through /dev/tcp, which is enough to write a tiny HTTP/1.1 request by hand for quick checks.15s0Read later0Read More