If I'm not running fiddler then my WCF throws exception : "Add service reference gives Exception": Unable to connect to remote server.
如果我没有运行fiddler,那么我的WCF会抛出异常:“添加服务引用会产生异常”:无法连接到远程服务器。
However, everything works fine while running fiddler. How to know what fiddler is doing and what change I should do accordingly in my WCF code to make it work without fiddler? Please suggest?
但是,运行小提琴手时一切正常。如何知道小提琴手正在做什么,以及我应该在我的WCF代码中做些什么改变,以使其在没有fiddler的情况下工作?请指教?
I'm trying to analyse this using WireShark.But, I'm new to this tool and finding difficulty.
我正在尝试使用WireShark进行分析。但是,我是这个工具的新手并且发现了困难。
Note: I found, there is a another server sitting between my client and the server from where I'm trying to get data.
注意:我发现,我的客户端和服务器之间还有另一台服务器,我正在尝试获取数据。
1 个解决方案
#1
0
if you run fiddler, it will change your proxy settings in the browser. That also can cause this issue.
如果您运行fiddler,它将在浏览器中更改您的代理设置。这也可能导致这个问题。
check the proxy settings in IE.
检查IE中的代理设置。
#1
0
if you run fiddler, it will change your proxy settings in the browser. That also can cause this issue.
如果您运行fiddler,它将在浏览器中更改您的代理设置。这也可能导致这个问题。
check the proxy settings in IE.
检查IE中的代理设置。