HTTP 207 Multi-Status — WebDAV Batch Response
Informational2xx success
Overview
HTTP 207 Multi-Status provides status for multiple operations in a single response (WebDAV).
Key Details
- Status: 207 Multi-Status
- Category: 2xx Success (WebDAV)
- Multiple status codes in one response
- XML body contains individual statuses
Common Causes
- WebDAV batch property operations
- Multiple file operations in one request
- CalDAV/CardDAV sync responses
- Each sub-operation has its own status
Steps
- 1Parse the XML response body
- 2Check individual status codes for each operation
- 3Handle partial failures
- 4Retry failed sub-operations separately
Tags
http-status2xx-successhttp-207httpstatus-code
More in 2xx Success
http-200-okHTTP 200 OK — What It Means & How to Fix It
Informationalhttp-201-createdHTTP 201 Created — What It Means & How to Fix It
Informationalhttp-202-acceptedHTTP 202 Accepted — What It Means & How to Fix It
Informationalhttp-203-non-authoritative-informationHTTP 203 Non-Authoritative Information — What It Means & How to Fix It
Informationalhttp-204-no-contentHTTP 204 No Content — What It Means & How to Fix It
Informationalhttp-205-reset-contentHTTP 205 Reset Content — What It Means & How to Fix It
InformationalFrequently Asked Questions
It is a WebDAV extension (RFC 4918), not standard HTTP.