Monu Tools

رموز حالة HTTP

ابحث واطّلع على رموز حالة HTTP ومعانيها، من 1xx إلى 5xx.

كيفية استخدام حالة HTTP

  1. 01

    اكتب رمز حالة أو جزءا من اسمه.

  2. 02

    تصفّح الرموز المطابقة، الملوّنة حسب الفئة.

  3. 03

    استخدمها كمرجع سريع أثناء بناء واجهات برمجة التطبيقات (API) أو تصحيحها.

A searchable status reference

A searchable reference of HTTP status codes, the three-digit numbers a server returns with every response to say what happened, from 1xx through 5xx, with their standard messages and grouped by category.

It is a fast lookup while you build or debug an API or website: type a code or part of its name and the matching entries appear, so you do not have to remember every number.

What the categories mean

The categories tell you most of the story at a glance: 1xx informational, 2xx success, 3xx redirection, 4xx client errors (the request was wrong) and 5xx server errors (the server failed). Each group is shown in its own color so you can scan quickly.

Codes you will meet often

Some codes come up constantly: 200 OK, 201 Created, 301 and 302 redirects, 304 Not Modified for caching, 400 Bad Request, 401 and 403 for auth, 404 Not Found, 409 Conflict, 422 for validation, 429 Too Many Requests, and 500, 502 and 503 on the server side.

Codes that get confused

A frequent source of confusion is 401 versus 403: 401 Unauthorized means you have not authenticated, while 403 Forbidden means you are authenticated but not allowed. Another is 301 versus 302: a permanent versus a temporary redirect, which search engines treat very differently.

Instant and offline

The reference is static data shipped with the page, so searching is instant and works offline.

الأسئلة الشائعة

ماذا تعني الفئات؟

1xx معلوماتية، و 2xx نجاح، و 3xx إعادة توجيه، و 4xx أخطاء العميل، و 5xx أخطاء الخادم. تُعرض كل فئة بلونها الخاص.

ما الفرق بين 401 و 403؟

401 Unauthorized (غير مصرّح) تعني أنك غير مُصادَق عليك، بينما 403 Forbidden (ممنوع) تعني أنك مُصادَق عليك لكن غير مسموح لك بالوصول إلى المورد.

هل 418 رمز حالة حقيقي؟

418 I'm a Teapot (أنا إبريق شاي) جاء من معيار مزحة في كذبة أبريل. لا يُستخدم عمليا لكنه معروف على نطاق واسع.

المصادر

ضمّن هذه الأداة

أضف هذه الأداة إلى موقعك الخاص. انسخ المقتطف أدناه، ويبقى محدّثاً تلقائياً.

<iframe src="https://monu.tools/embed/ar/http-status-codes" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>

أدوات ذات صلة