100100 Continue
The server has received the request headers and the client should proceed to send the request body.
305The requested resource must be accessed through the proxy specified in the Location header. This status code is deprecated.
The server requires the client to use a specific proxy to access the resource. This status code has been deprecated due to security concerns, as it can be exploited for request hijacking.
This status code is deprecated and should not be used. If you encounter it, configure your HTTP client to use the specified proxy, but be aware of potential security risks.
100The server has received the request headers and the client should proceed to send the request body.
413The request body exceeds the size limit configured on the server.
102The server has received and is processing the request, but no response is available yet (WebDAV).
204The server successfully processed the request but is not returning any content in the response body.
506The server has an internal configuration error where the chosen variant resource is configured to engage in content negotiation itself.
508The server detected an infinite loop while processing the request (WebDAV).