102
ℹ️ Informational RFC 2518

Processing

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

Common Use

Used in WebDAV operations to prevent client timeout when processing complex requests that may take a long time. Note: 1xx status codes are informational and cannot be sent as a final HTTP response. Our API returns them with status 200 and an X-Original-Status header indicating the original code. See https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/102

API Endpoint

https://codes.uncodigo.com/http/102

Example with curl

curl -i https://codes.uncodigo.com/http/102

Try It

GET /http/102
Click "Send Request" to see the response...