我需要使用http而不是https
提供的URI方案'http'是无效的;预期为“ https”。参数名称:通过
我必须更改什么?
<< img src =“ https://image.soinside.com/eyJ1cmwiOiAiaHR0cHM6Ly9pLnN0YWNrLmltZ3VyLmNvbS9CSll0aC5wbmcifQ==” alt =“在此处输入图像描述”>
使用我需要从以下位置切换的配置文件:
<customBinding>
<binding>
<httpsTransport />
</binding>
<customBinding>
to
<customBinding>
<binding>
<httpTransport />
</binding>
<customBinding>