Can I access visitor Web browser history when he visits on my website using javascript or any other way?
Asked
Active
Viewed 37 times
0
-
No. That would be a violation of privacy. – Derek 朕會功夫 Feb 27 '18 at 07:20
-
1You can use the `document` object. It will give you bunch of information about the user. Directly you probably won't have access to the user `history` as its a security issue. However you can use the `history` API to `push`/`pop` the users history. – Hozefa Feb 27 '18 at 07:21
-
ok, could you suggest me the way to get access? – Manjeet Kumar Nai Feb 27 '18 at 12:36