Delphi. How to monitor URLs being downloaded by IE?

Posted by chester-is-back on Stack Overflow See other posts from Stack Overflow or by chester-is-back
Published on 2010-05-28T18:46:51Z Indexed on 2010/05/28 18:52 UTC
Read the original article Hit count: 130

When you're opening page in IE it downloads lots of files, including CSS, scripts, pictures, SWFs, etc. I need to develop small plugin which will monitor all these URLs and let's say save to file this list.

I need it in Delphi, but any example in any other programming languages will be really appreciated.

© Stack Overflow or respective owner

Related posts about delphi

Related posts about internet-explorer