·mareksuppa.com
Bash’s built-in /dev/tcp redirection can send simple HTTP requests when curl or wget are unavailable
The article shows how to use Bash’s /dev/tcp redirection to open a socket and manually send an HTTP GET request, useful in minimal containers without curl or wget. It explains addi...
read →