monitor http traffic from non-browser
Posted
by Ananth
on Server Fault
See other posts from Server Fault
or by Ananth
Published on 2010-03-31T21:39:40Z
Indexed on
2010/03/31
21:43 UTC
Read the original article
Hit count: 428
hi, I want to monitor http request generated out of a exe. Is there any tool that can help me?
Actually, an exe would call my asp.net web page to register a user. The exe constructs the request with all the data in it. when the request reaches my web page, I don't see any data. I wan to monitor the Request object and the traffic to find the reality.
Any help is appreciated. Thanks. Ananth
© Server Fault or respective owner