keecode logokeecode
102

Processing

Informational

Description

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

Common Usage

Used to prevent client timeouts on long-running operations

Example Response

How this status code appears in HTTP responses

HTTP Response Header

HTTP/1.1 102 Processing

cURL Example

curl -I https://example.com
# Returns: HTTP/1.1 102 Processing