lightmy.day

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 Processing

References

Related HTTP status codes

Nearby codes often answer the next debugging question.