How to get remote IP in Google Chrome browser

17

1

How do I get remote IP in Developer Tools Network tab? I can see the remote IP in Firefox using Firebug under Net. How can get this remote IP in Chrome?

If this is not possible in Chrome, is there extension available in Chrome to get this?

yottabrain

Posted 2013-08-19T14:21:21.360

Reputation: 281

Answers

15

Rightclick the table header. Find for ≪Remote Address≫. Click it.

enter image description here

Pacerier

Posted 2013-08-19T14:21:21.360

Reputation: 22 232

13

When you're in the Network tab of the Developer Tools menu, you can click on the Paths in the left-hand "Name" column. This will bring the Request Header, and should contain a field "Remote Address" which is the remote IP you're looking for.

Sean

Posted 2013-08-19T14:21:21.360

Reputation: 239

1I had this question and after a few brief searches found your answer. It is still exactly how you access the remote address (IP) in Chrome Dev Tools. I appreciate your insight. – Jarmerson – 2016-08-25T00:05:53.313

2Not anymore. They seem to have removed this method of getting the IP address. – wp-overwatch.com – 2018-03-31T15:08:05.860

5

Nowdays they have a column that can be added on Network tab:

Right-click the column headers and select 'Remote Address' column.

user567930

Posted 2013-08-19T14:21:21.360

Reputation: 51

0

Though i couldn't find the exact solution for this. I can use the following chrome extension to get the remote ip.

Server IP: https://chrome.google.com/webstore/detail/server-ip/lllhkijapbmlekoldcoohglpihmcjdgj

ShowIP: https://chrome.google.com/webstore/detail/showip/agoljmemkbciolpigpabjfkagboolkcj

yottabrain

Posted 2013-08-19T14:21:21.360

Reputation: 281