您的位置:首页 > 大数据 > 人工智能

The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF

2015-04-13 19:48 726 查看
只需在web.config中添加配置:

<system.net>
<settings>
<httpWebRequest useUnsafeHeaderParsing = "true"/>
</settings>
</system.net>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐