monitor http traffic from non-browser
- by Ananth
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…