All HTTP status codes
HTTP 207 Multi-Status
SuccessA WebDAV response carrying multiple status codes for multiple resources in one XML body — e.g. a PROPFIND across a folder tree.
Defined in RFC 4918 (WebDAV)
Common causes
- WebDAV batch operations across several resources
How to fix it
Parse the XML body and handle each sub-status individually
Related status codes
Want to explore status codes interactively? Try the free HTTP Status Code Reference — search, categories and example responses, right in your browser.