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 POST data request and calls my page. when the request reaches my web page, I don't see any data. I want to monitor the Request object and the traffic to find the reality.
Any help is appreciated. Thanks. ~/Ananth