Hi I need loging all HTTP request (from any application). I have Delphi 7.0. Anybody know how do that?
|
|
I looked into whether the Indy components could do this but found an old newsgroup response from Remy Lebeau that said:
|
||||
|
|
|
What about WireShark? There is also a product called Fiddler. I have found this extremely useful to track down exactly what the Indy components are sending/receiving. The one drawback is you have to utilize a proxy. This isn't a problem with Indy components and browsers such as Firefox. But if you need to capture for all applications you would need to be able to set a proxy for those apps. |
||
|
|
|
if you want to go deeper and want pure delphi thing, there is winsock logger program floating around, google might help you ( it hooks winsock apis though). |
||
|
|
|
|
Do you have to write a Delphi app to do it? Could you use an application like ethereal? |
||
|
|
