Click here to Skip to main content
15,915,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to log visited URLs Pin
televes13-Aug-09 5:51
televes13-Aug-09 5:51 
Hello!

I'm trying to make an internet monitoring application to log all the URLs visited by the user. Something like http://www.ematrixsoft.com/website-spy-monitor-software.htm

I tried using a sniffer library as suggested at http://www.codeproject.com/KB/IP/URLLogger.aspx
but had problems with HTTPS URLs because it seems that no only the content of the page is encrypted, but also the URL itself.

Do you have an idea of a "simple" method to catch all the visited URLs from any browser?. I can use a library (Free or not) if necessary.

Thanks.
AnswerRe: How to log visited URLs [modified] Pin
Bacon Ultimate Cheeseburger13-Aug-09 12:12
Bacon Ultimate Cheeseburger13-Aug-09 12:12 
JokeRe: How to log visited URLs Pin
Moak13-Aug-09 13:43
Moak13-Aug-09 13:43 
GeneralRe: How to log visited URLs Pin
televes14-Aug-09 10:51
televes14-Aug-09 10:51 
AnswerRe: How to log visited URLs Pin
kilt17-Aug-09 3:36
kilt17-Aug-09 3:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.