Skip to main content
CalcHive

HTTP 102 Processing

Informational

The server has received the request and is processing it, but no response is available yet. Prevents the client from timing out.

Common Causes

  • Long-running WebDAV operations
  • Server-side processing taking significant time

How to Fix

  • Wait for the final response
  • Consider increasing client timeout settings

Related Status Codes

Need to look up other HTTP status codes?

View the Full HTTP Status Code Reference