RevealTheme logo

فاحص رموز حالة HTTP

تحقق من رمز حالة HTTP الذي يعيده أي رابط. يكتشف 200 و301 و404 و500 وغيرها.

كيفية استخدام هذه الأداة

  1. 1

    Paste a full URL (for example https://example.com/page) into the input box.

  2. 2

    Click Analyze to have our server fetch the URL on your behalf.

  3. 3

    Read the large status code, its status text, and the Final URL after any redirects.

  4. 4

    Change the URL and run again to compare endpoints or recheck after a fix.

ما هو فاحص رموز حالة HTTP؟

تخبرك رموز حالة HTTP بما إذا كان الطلب قد نجح أو أعاد التوجيه أو فشل. أهم الفئات: 2xx (نجاح)، و3xx (إعادة توجيه)، و4xx (خطأ من العميل: 404 غير موجود، 403 ممنوع)، و5xx (خطأ من الخادم: 500 خطأ داخلي، 503 غير متاح). تكشف مراقبة رموز الحالة الصفحات المعطوبة وعمليات إعادة التوجيه المُهيّأة بشكل خاطئ وانقطاعات الخادم.

حالات الاستخدام الشائعة

  • Confirm a page returns 200 OK after deploying a change or fixing a broken link.

  • Verify that an old URL ends at the right destination after setting up redirects for a site migration.

  • Diagnose why a link is failing by seeing whether it returns 404, 403, 401, or a 5xx error.

  • Spot-check that a server is reachable over HTTPS rather than only plain HTTP.

  • Test whether a third-party API endpoint or webhook URL responds before wiring it into your code.

  • Check competitor or partner URLs for outages or moved pages without installing any software.

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

ما الفرق بين 301 و302؟
301 دائم (تنقل محركات البحث كامل إشارة الترتيب)؛ أما 302 فمؤقت (لا ينقل الإشارة). استخدم 301 لعمليات ترحيل المواقع.
لماذا أحصل على رمز 403؟
ممنوع: فهم الخادم الطلب لكنه يرفض تلبيته. غالبًا ما يكون السبب سوء تهيئة، أو حماية من الربط المباشر، أو حظر الروبوتات.

أدوات ذات صلة