I would like to Sniff/Listen on port 80 requests/responses.
Can it be done with TIdHTTPServer
? If so, then how?
Edit: I want my application to listen on browser activity (it can be IE, Chrome, FF etc...) and get all the media links (images, movies). something like MediaPluck
The "problem" with MediaPluck is that you need to alters the proxy server in your web browser configuration, and I think it's a bad idea.