All HTTP status codes

HTTP 102 Processing

Informational

The 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

  1. Nothing to fix — wait for the final response

  2. Raise the client timeout if it aborts before completion

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