I want to monitor HTTP request generated out of an 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.
Send an HTTP request by creating a URL and getting the connection for it, and casting it to HttpURLConnection. Add an "If-Modified-Since" header, with the download date of your local file. If the server responds with 304 (not modified), then your local version is up-to-date.
To view the request or response HTTP headers in Google Chrome, take the following steps : In Chrome, visit a URL, right click , select Inspect to open the developer tools. Select Network tab. Reload the page, select any HTTP request on the left panel, and the HTTP headers will be displayed on the right panel.
Make a HTTP request to https://spnagios.storpool.com/confupd/meow.php with parameter "hi" to equal two_unique from the previous task, without a browser or curl and you'll get an email address.
I've always used Fiddler.
I use httpdebugger; It is the best for me because it can monitor http
requests of java applications which sent by JVM
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With