102 Processing

Explanation:

The 102 Processing status code is an interim response used to inform the client that the server has accepted the complete request but has not yet completed it. This status code is usually sent to prevent a client from timing out and assuming the request was lost.

Usage:

Primarily used in WebDAV, this status indicates that the server is processing the request but no response is available yet.

Attentions:

  • Should not be sent unless the server has a reasonable expectation that the request will take significant time to complete.
  • Clients should be prepared to wait for some time or implement a mechanism to handle intermediate responses.

Sample:

undefined