Fiddler not sniffing SOAP traffic from ASP.NET website

后端 未结 6 694
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-30 13:32

So far I\'ve been successfully using fiddler to sniff web service traffic from both test fixtures, console apps and web projects.

Today I noticed I am not able anymore t

6条回答
  •  悲&欢浪女
    2021-01-30 13:45

    You're probably using a port other than 80 for these http requests. I remember setting up a reverse proxy to look at WCF requests I was making on my local machine during dev. Here's the documentation: http://www.fiddlertool.com/fiddler/help/reverseproxy.asp

提交回复
热议问题