How to display localhost traffic in Fiddler while debugging an ASP.NET application?

后端 未结 14 1392
野的像风
野的像风 2020-12-07 13:23

How do I display localhost traffic in Fiddler while debugging an ASP.NET application?

相关标签:
14条回答
  • 2020-12-07 13:58

    If trying to catpure HTTPS traffic on a local machine from BizTalk using Fiddler, try using the WCF Adapter Proxy settings. I used an address of: http://localhost:8888/

    0 讨论(0)
  • 2020-12-07 13:59

    Start Fiddler. Go to Tools--> Fiddler Options. Choose Connections tab. Check the 'USe PAC Script' option.

    Now you will be able to monitor local traffic as well

    0 讨论(0)
提交回复
热议问题