码迷,mamicode.com
首页 > 其他好文 > 详细

异常:The server committed a protocol violation

时间:2017-07-10 12:10:08      阅读:293      评论:0      收藏:0      [点我收藏+]

标签:问题   web   invalid   alt   overflow   err   toc   tail   部分   

技术分享

 

The server committed a protocol violation. Section=ResponseHeader Detail=‘Content-Length‘ header value is invalid

今天客户端偶然碰到了这个问题,从来没有发生过。

网上收集的资料来看,大部分的解决方案是在 web config文件 和 app config文件添加一个配置:

<system.net> 
  <settings> 
   <httpWebRequest useUnsafeHeaderParsing="true" /> 
  </settings> 
</system.net> 

 

一个 Stack Overflow 的提问:

https://stackoverflow.com/questions/2482715/the-server-committed-a-protocol-violation-section-responsestatusline-error 

 

过了一会儿客户端有一切正常了,这个问题我还搞不明白。

我的服务是部署在Azure云,采用paas服务的方式部署的,具体问题有待深入分析。

 

异常:The server committed a protocol violation

标签:问题   web   invalid   alt   overflow   err   toc   tail   部分   

原文地址:http://www.cnblogs.com/easeyeah/p/7144914.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!