c# - See WCF http data from Visual Studio -
i implementing client-side of ms webservice , see exact http call made. i.e. parameters , how encoded.
i tried sniffing wireshark, since seems done via https can see data.
i running client straight out of visual studio. there way see data there?
teletic fiddler great tool debug http communication. http://www.telerik.com/fiddler. can show request , response information in raw views, xml, json etc
it can inspect https traffic. follow this guide.
there similar question here.
Comments
Post a Comment