Click here to Skip to main content
15,914,010 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hello friends,

I want to get the browser history of different browsers using asp.net with c# or javascript. i am having the ip address and on basis of this address i need to get the browsing history.

thanks.
Posted

1 solution

Hi,

Retrieving browser history will not be accessible on server side. Also it is a possibility that a user might have setup to flush the history on exit Or user may be browsing in InPrivate mode. In which case even client side JavaScript won't help you in retrieving the history. Also because of privacy issue Browser History object won't allow to access this information. In fact it does not even offer methods for enumeration [^]

Regards,
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900