No connection could be made because the target machine actively refused it 127.0.0.1

后端 未结 11 2255
野性不改
野性不改 2020-12-15 19:04

I try to connect to a web service hosted on a different server using the WebRequest Class. The web service returns a string as a Response. While doing so I get an Error:

11条回答
  •  自闭症患者
    2020-12-15 19:29

    The issue disappeared for me when I started Fiddler. Was using it on my machine before having the issue. Probably something with Fiddler being proxy.

提交回复
热议问题