Wait, really? localhost is mandatory? That’s so bizarre.
I’ve been using socat as a workaround when curl how to specify path when using a socket gets finicky. It’s not as direct, but it gives you more control.
Example:
`socat - UNIX-CONNECT:/tmp/socket.sock`
Then you can manually send HTTP requests. Clunky, but educational!
I’ve been using socat as a workaround when curl how to specify path when using a socket gets finicky. It’s not as direct, but it gives you more control.
Example:
`socat - UNIX-CONNECT:/tmp/socket.sock`
Then you can manually send HTTP requests. Clunky, but educational!
