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

后端 未结 11 2258
野性不改
野性不改 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:41

    If you have this while Fiddler is running -> in Fiddler, go to 'Rules' and disable 'Automatically Authenticate' and it should work again.

提交回复
热议问题