Collect Email from Cookies

Dexter6996

BANNED
Joined
Oct 13, 2015
Messages
70
Reaction score
2
Can i Collect my website visitor's Cookies , Browsing History log to get his email address ???? or is there any way to get my website visitor's email address without asking them email submit !!!!
 
As I know cookies contain personal information but they don't scan your computer or do any kind of investigation to find out your personal information, unless if the visitor of your website is typing their email address in a form than the cookies can store that information otherwise I doubt it can be done.

EDIT: (edited for clarification)
 
Last edited:
Random thought: JavaScript on page that triggers browser's autocomplete and somehow saves data without submitting to any form. I don't know if it's possible, legal or desirable. Just something that crossed my mind while reading.
 
If that were possible, the internet would be broken, because there'd be no security at all.
You can only read cookies which your own website/domain stored.
https://en.wikipedia.org/wiki/Same-origin_policy
Also forget autocomplete data. Do you really think Chrome and Firefox let you read autocomplete data from the user? :D
 
This might be possible -
But Google might ban you for this and all primary browser when they find such security issue on site they mark it as NOT SAFE and when a person tries to load the site on the browser they don't let it load and show a red warning site first.

and it is illegal.
 
you can collect by making a simple sign-in system where the username will be replaced by email
 
Back
Top