Hello,
i am new to fiddler, I am running Fiddler and I can see http requests made from browser. I would like to capture request sent from .net application to wcf based webservice. In my client, it makes request and receives the response but these requests are not captured in Fiddler so I can't debug http traffic.
Is there any other settings that I need to do to capture http requests?
WCF service is running on another server on the same network.
Thanks a lot for any help