I want to get IP address of requesting client using jQuery. But not by using third party API.
On server side i tried following things.
Request.ServerVariables["REMOTE_ADDR"];
OR
HttpContext.Current.Request.UserHostAddress
to get client request ip address
but wants get it on client side using jQuery