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 ProcessingcURL Example
curl -I https://example.com
# Returns: HTTP/1.1 102 ProcessingInformational Response
This is an informational response indicating that the request was received and understood.
Related Informational Codes
Other codes in the same category