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.
当 WebDAV 服务器收到对不存在的资源的 PROPFIND 请求时,它应该如何响应?
RFC 似乎说您应该始终返回 207,然后将 404 用于不存在的属性。但是,如果资源本身不存在怎么办?
正确的答案是 404,这对于大多数方法来说都是正确的。
它在哪里表明它应该是207?