Informational
HTTP 102: Processing
HTTP 102 means the server is still processing the request.
Meaning
A WebDAV server can send this interim response to prevent the client from timing out.
Common causes
The request may be complex, long-running, or operating on multiple resources.
What to check
Wait for the final response. If it hangs, inspect the WebDAV operation and server timeout settings.
Example response
HTTP/1.1 102 ProcessingReferences
- Registry
- IANA HTTP Status Code Registry
- Spec
- RFC 2518 §10.1
- Guide
- MDN 102 Processing
Related HTTP status codes
Nearby codes often answer the next debugging question.