{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.devtools.tools"},{"@type":"ListItem","position":2,"name":"HTTP Status Codes","item":"https://www.devtools.tools/http-status"},{"@type":"ListItem","position":3,"name":"207 Multi-Status","item":"https://www.devtools.tools/http-status/207"}]}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.