102

HTTP 102 Processing

1xx Informational

  1. Home
  2. > HTTP Status Codes >
  3. > 1xx >
  4. 102
1xx Informational RFC 2518, Section 10.1

What is HTTP 102 Processing?

The 102 (Processing) status code is an informational response used in Web Distributed Authoring and Versioning (WebDAV). It indicates that the server has received and is processing the request, but no response is available yet. This prevents the client from timing out while the server completes a long-running request.

Common Use Cases

  • Long-running WebDAV operations
  • Preventing timeout for complex server-side processing
Help2Code Logo
Menu