All HTTP status codes

HTTP 207 Multi-Status

Success

A 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

  1. Parse the XML body and handle each sub-status individually

Want to explore status codes interactively? Try the free HTTP Status Code Reference — search, categories and example responses, right in your browser.