I have a GET request with header params and I want to check which db instance my app is using. Is there a way I could build a cURL request that would tell me where my request is going? I know there is a traceroute
command which displays all the server hops. But is there something similar to that using a cURL?
For a slightly better formatted output to stdout
curl --trace-ascii - <host>