Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在附加文件之前,对服务器的 POST 请求工作正常。表单作为多部分发送。
在 Apache 的日志文件中,请求出现:200 0
据我所知, 0 表示没有返回任何内容?为什么会这样?
提前感谢您的帮助。
这实际上是我们的防火墙阻止包含文件上传的流量的问题。防火墙的定义已自动更新,其中一项更新是针对 IIS(我们不使用)缓冲区溢出古老性的修复。防火墙在收到上传后返回一个空响应,这破坏了一切。