Fneno

HTTP Status Code Reference

New🔥 Popular

Quick lookup: what every HTTP status code means (200, 404, 500…)

Searchable reference for all common HTTP status codes with plain-English and Arabic explanations. Essential for developers and API debugging. Runs entirely client-side in the browser — zero server upload, maximum privacy for your code and data. Free developer tool with no account required — copy results in one click, share via URL. Trusted by front-end developers, back-end engineers, sysadmins, and DevOps teams worldwide. Works on Windows, macOS, and Linux — any device with a modern browser.

100Continue

The server has received the request headers; the client may proceed with the request body.

101Switching Protocols

The server is switching protocols as requested (e.g. WebSocket upgrade).

200OK

The request succeeded. Standard success response.

201Created

The request succeeded and a new resource was created.

204No Content

Success with no response body (common for DELETE).

301Moved Permanently

The resource has permanently moved to a new URL.

302Found

Temporary redirect. The resource is temporarily at another URL.

304Not Modified

Cached version is still valid; no need to re-download.

307Temporary Redirect

Temporary redirect that preserves the HTTP method.

308Permanent Redirect

Permanent redirect that preserves the HTTP method.

400Bad Request

The server cannot process the request due to client error (malformed syntax).

401Unauthorized

Authentication is required and has failed or not been provided.

403Forbidden

The server understood the request but refuses to authorize it.

404Not Found

The requested resource could not be found on the server.

405Method Not Allowed

The HTTP method is not supported for this resource.

408Request Timeout

The server timed out waiting for the request.

409Conflict

The request conflicts with the current state of the resource.

410Gone

The resource is permanently gone and will not be available again.

413Payload Too Large

The request body is larger than the server is willing to process.

415Unsupported Media Type

The media format of the request is not supported.

422Unprocessable Entity

Well-formed request but semantic errors (common in APIs).

429Too Many Requests

The user has sent too many requests in a given time (rate limiting).

500Internal Server Error

A generic server error occurred.

501Not Implemented

The server does not support the functionality required.

502Bad Gateway

The server received an invalid response from an upstream server.

503Service Unavailable

The server is temporarily unavailable (overload or maintenance).

504Gateway Timeout

The upstream server did not respond in time.

Instant — no signup needed🔒 Your data stays private🌐 Arabic & English

Popular searches

http status codes404 meaning500 errorhttp codes listرموز httphttp status code referenceمرجع رموز حالة HTTPhttp status code reference onlinehttp status code reference freefree http status code referencebest http status code referencehttp status code reference toolhttp status code reference arabichttp status code reference english

Frequently Asked Questions

🔗 Related Tools