Is there any way you can find the ip of the server that the browser is connected to? For e.g. if the browser is accessing http://www.google.com, can we tell in any way what ip it is connected to? This is very useful in cases where DNS round robin is implemented. So say, the first request to a.com results in 1.1.1.1 & subsequent request result in 1.1.1.2 & so on.
I couldn't find any way to do it with Javascript. Is it even possible? If not is there any universal way to find this info out?