How to use Fiddler to monitor WCF service

前端 未结 10 591
情话喂你
情话喂你 2020-11-27 10:20

I have a WCF service that accepts a complex type and returns some data. I want to use Fiddler to see what the incoming requests to the service looks like. The client is .ne

10条回答
  •  余生分开走
    2020-11-27 10:46

    I just tried the first answer from Brad Rem and came to this setting in the web.config under BasicHttpBinding:

    
        
          
            
        
        ...
    
    

    Hope this helps someone.

提交回复
热议问题