gpt4 book ai didi

c# - 服务器违反了协议(protocol)。 Section=ResponseStatusLine 错误

转载 作者:IT王子 更新时间:2023-10-29 03:35:13 27 4
gpt4 key购买 nike

我创建了一个程序,试图在网站上发布一个字符串,但我收到了这个错误:

"The server committed a protocol violation. Section=ResponseStatusLine"

在这行代码之后:

gResponse = (HttpWebResponse)gRequest.GetResponse(); 

如何解决这个异常?

最佳答案

尝试将其放入您的 app/web.config 中:

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

如果这不起作用,您也可以尝试设置 KeepAlive属性为 false。

关于c# - 服务器违反了协议(protocol)。 Section=ResponseStatusLine 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2482715/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com