HTTPError.net

The fastest way to diagnose, understand, and fix any HTTP status code

102 Processing

Fault: Neither
TL;DR

Used to prevent the client from timing out while waiting for the server to complete the request.

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

What HTTP 102 Processing Means

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

Used to prevent the client from timing out while waiting for the server to complete the request.

Common Causes

How to Fix It (For Visitors)

How to Fix It (For Developers/Admins)

Frequently Asked Questions

What does HTTP 102 Processing mean?

Used to prevent the client from timing out while waiting for the server to complete the request. In short: The server has received and is processing the request, but no response is available yet.

How should I handle an HTTP 102 Processing response?

Use for operations taking longer than 20 seconds. Implement proper timeout handling.

Official Specification

The 102 Processing status code is defined in RFC 2518.

View the IANA HTTP Status Code Registry →