Can a website identify a device when IP address is changed
Can a website identify a device when IP address is changed
Can a website identify a particular device when the IP adress is changed, such connecting throught mobile data or connecting to another router?
Re: Can a website identify a device when IP address is changed
Yes. The Browser's HTTP header contains the string "User-Agent: ........" and this string says a lot of things about you:
- Operating System,
- Browser (chrome/firefox,...),
- etc.
- Operating System,
- Browser (chrome/firefox,...),
- etc.
- Chrispcritters
- Forum Administrator
- Posts: 2552
- Joined: Tue Mar 02, 2010 5:41 pm
- Location: 127.0.0.1 | ::1
- Contact:
Re: Can a website identify a device when IP address is changed
Cookies also...