102 Processing

A WebDAV request may contain many sub-requests involving file operations, requiring a long time to complete the request. This code indicates that the server has received and is processing the request, but no response is available yet.[6] This prevents the client from timing out and assuming the request was lost.

Did you find this article useful?

  • 100 Continue

    The server has received the request headers and the client should proceed to send the request body...
  • 101 Switching Protocols

    The requester has asked the server to switch protocols and the server has agreed to do so....
  • 200 OK

    Standard response for successful HTTP requests....
  • 201 Created

    The request has been fulfilled, resulting in the creation of a new resource....
  • 202 Accepted

    The request has been accepted for processing, but the processing has not been completed...