TIL: You can make HTTP requests without curl using Bash /dev/TCP
kept by eddie
Bash's /dev/tcp feature allows making HTTP requests by opening a raw TCP socket and writing the request manually, useful when curl or wget are absent.