意外的“100继续”
我有 2 台使用 .Net 远程处理进行通信的服务器。 由于某些架构原因,我在这两台服务器之间有一个代理,它从一台服务器发送到另一台服务器的请求中删除了“Expect: 100-continue”标头。 问题是,当代理将消息发送到没有此标头的第二个服务器时,目标服务器会响应“100 continue”。 这种行为给我们带来了很多问题,因为当代理收到“100 continue”时,它会丢弃整个 http 会话。 我google了一下这个问题,发现windows server 2003 SP1有一个bug,本来应该在SP2中修复的,但是我安装后,问题仍然存在。 有谁知道如何修复它,或者配置 http.sys 或远程处理不发送“100 continue”?
I have 2 servers that communicates using .Net remoting. For some architectural reasons, I have a proxy between those 2 servers, that removes the "Expect: 100-continue" header from the request that is sent from one server to another. The problem is, that when the proxy sends the message to the second server without this header, the destination server responses with "100 continue". This behavior causes us many problems, since the proxy discards the whole http conversation, when it gets "100 continue".
I googled this issue, and I found that there was a bug in windows server 2003 SP1, which was supposed to be fixed in SP2, but after I installed it, the problem still remains.
Does anyone knows how to fix it, or to configure http.sys or remoting not to send the "100 continue"?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论