I have a setup where request go from servers x->y->z
where y
can be seen as a reverse proxy. When I make a curl
to y, I want to be able to see the request go from x to y to z. This is something similar to what traceroute
would do.
How can I should the ip addresses that my requests bounces to on its way to the final destination?