WebmasterID logoWebmasterID
Crawl diagnostics

HTTP 207 Multi-Status

HTTP 207 Multi-Status comes from RFC 4918 (WebDAV). Instead of one status for the whole request, the server returns a 207 with an XML multistatus body that reports a separate status for each affected resource. It is used when a single request touches multiple resources that can succeed or fail independently. It is a WebDAV/API response, not something search crawlers expect on content pages.

Verified against primary sources

What this means

207 Multi-Status is defined in RFC 4918, the WebDAV specification. WebDAV methods such as PROPFIND, COPY, MOVE and DELETE can operate over collections of resources, and a single request may partly succeed and partly fail. A 207 lets the server report each resource's outcome separately.

The response carries an XML multistatus element. Inside it, each response element pairs a resource (href) with its own status line, so a client can see exactly which members succeeded and which did not.

Why it matters for crawl diagnostics

Public content servers should not normally return 207 for a plain GET of an HTML page. If a crawler logs a 207 on a content URL, a WebDAV module may be enabled on a path that should be serving ordinary responses, or a batch API endpoint is being crawled.

Because the overall request is 207 but individual members can carry 4xx/5xx, never assume a 207 means everything succeeded. The truth is per-resource inside the body.

How it appears in analytics and logs

A 207 Multi-Status means the request affected several resources and each has its own status inside the response body. Seeing 207 on a URL a crawler fetched suggests a WebDAV-enabled path or batch endpoint is exposed where ordinary HTML was expected.

Diagnostic use case

Identify a 207 as a WebDAV or batch-API response whose real per-resource outcomes are inside the XML body, not in the top-level status line.

What WebmasterID can help detect

WebmasterID logs the status code returned to each crawler fetch, so a 207 appearing on a content URL stands out as an unexpected WebDAV/API response rather than a normal page.

Common mistakes

Privacy and accuracy notes

A 207 is a protocol response describing resource outcomes, not people. WebmasterID records the status of crawler fetches without attaching them to a visitor.

Related pages

Sources and verification notes

Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.