monitor http request from non-browser

Posted by Ananth on Stack Overflow See other posts from Stack Overflow or by Ananth
Published on 2010-03-31T21:52:46Z Indexed on 2010/03/31 22:03 UTC
Read the original article Hit count: 473

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about httprequest

Related posts about http