How to monitor active connections & sessions?
Posted: Thu Aug 13, 2009 7:23 am
Hello everyone,
I am trying to implement a script that would open other web pages (just like a web-proxy). There's nothing utterly difficult in this task, but I'd also like to add functionality to monitor and filter all sources of data passing through my proxy-page.
So that if I open google.co.uk I'd also like to log where the images and other things are being loaded from (e.g. http://www.google.co.uk/intl/en_uk/images/logo.gif...), so that I could block something from that list. Images are a bad example, actually, I understand that I could just find all "img" tags in the html source... but imagine that my page loads an swf object or some other script that connects to a 3rd-party source from within. How can I know that?
So in other words I am trying to implement something similar to session monitoring in Fiddler.
Is this possible?
I am trying to implement a script that would open other web pages (just like a web-proxy). There's nothing utterly difficult in this task, but I'd also like to add functionality to monitor and filter all sources of data passing through my proxy-page.
So that if I open google.co.uk I'd also like to log where the images and other things are being loaded from (e.g. http://www.google.co.uk/intl/en_uk/images/logo.gif...), so that I could block something from that list. Images are a bad example, actually, I understand that I could just find all "img" tags in the html source... but imagine that my page loads an swf object or some other script that connects to a 3rd-party source from within. How can I know that?
So in other words I am trying to implement something similar to session monitoring in Fiddler.
Is this possible?