【发布时间】:2015-02-12 12:21:12
【问题描述】:
我需要使用 http 而不是 https
提供的 URI 方案“http”无效;预期的“https”。 参数名称:via
我必须改变什么?
【问题讨论】:
我需要使用 http 而不是 https
提供的 URI 方案“http”无效;预期的“https”。 参数名称:via
我必须改变什么?
【问题讨论】:
使用我需要切换的配置文件:
<customBinding>
<binding>
<httpsTransport />
</binding>
<customBinding>
到
<customBinding>
<binding>
<httpTransport />
</binding>
<customBinding>
【讨论】: