How can I see the http requests originating from my Windows system. Is there any utility (windows/visual studio/command line) to do that, which shows exactly like the Network pane in console of a web browser.
The scenario - I am debugging a third party code using Visual Studio which hits an API. Now I want to see what request it makes. I know Wireshark but it shows the encrypted packets.
You should use Wireshark. You can set up a filter for the source port or the destination address and Wireshark will output all traffic. You will be able to inspect frames and packages or copy all readable characters and paste them into your favorite text editor.
Lakshay Dulani
Javascript Programmer, .NET, Cordova/Ionic
http://www.telerik.com/fiddler