All HTTP status codes
HTTP 102 Processing
InformationalThe server accepted the full request but has not completed it yet. A WebDAV interim response used to prevent client timeouts on long operations.
Defined in RFC 2518 (WebDAV)
Common causes
- Long-running WebDAV operations (COPY, MOVE on large collections)
How to fix it
Nothing to fix — wait for the final response
Raise the client timeout if it aborts before completion
Related status codes
100 Continue
The server received the request headers and the client should proceed to send the request body. Used with the Expect: 100-continue header on large uploads.
202 AcceptedThe request was accepted for processing, but processing hasn't completed — and may still fail. Common for queued/asynchronous jobs.
Want to explore status codes interactively? Try the free HTTP Status Code Reference — search, categories and example responses, right in your browser.