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

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

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

14条回答
  •  萌比男神i
    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/

提交回复
热议问题