← All status codes
1xx Informational
102 Processing

The server has received and is processing the request, but no response is available yet.

What it means

A 102 Processing response is a WebDAV extension. It tells the client that the server has accepted a complex request that may take some time to complete, so the client should not time out the connection.

Common causes

  • A WebDAV operation is in progress.
  • The server needs to inform the client to wait without sending the final response.

How to fix it

  • No action needed. The client should continue waiting for the final response.

Test a URL and see its actual status code now.

Open the checker →