c++ - How to get the hops in a route of a connection? -


i'm wondering if there way see real route of connection?

for example - if open connection server (with curl):

curl "http://www.google.com" 

is there way see hopes in route?

** traceroute not enough because not go on same route of real request

thanks!

add verbose (-v) , follow redirects (-l) flags call:

curl -v -l "http://www.google.com" 

Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -