I have a .NET desktop client application which references some .NET web services. I’d like to see the size of the responses the client application is receiving. Is there a way to do this? I’ve tried using Wireshark, but I can’t see packets when the host and destination are both localhost.
I have a .NET desktop client application which references some .NET web services. I’d
Share
Fiddler allows you to see and debug all HTTP traffic, also on localhost. You might need to setup proxy for localhost in the system.net configuration section.