Wcf Service, I'm getting this error: The content type text/html; charset=utf-8

Wcf Service, I'm getting this error: The content type text/html; charset=utf-8

Wcf 服务,我收到此错误:内容类型 text/html;响应消息的 charset=utf-8 与绑定的内容类型不匹配

当您尝试从 https 上的 WCF 服务获取响应,但您的绑定在您的应用程序 Web 配置中设置为 basicHttpBinding 时,您可能会遇到此错误。将您的绑定从 <basicHttpBinding> 更改为 <basicHttpsBinding>

它可能会解决您的问题。