I have two C# winform applications on the same window machine.
I'm trying to see the post/request traffic like I normally would when viewing http traffic in Fiddler2. I have no luck so far when trying to capture this traffic with fiddler2, Charles and Wireshark.
Does anyone have insight on how to capture this traffic?
To see the requests to your localhost application using fiddler, please set the URL in the calling application as shown below
http://localhost.fiddler:4567/
The following post should help you out