أداة اختبار HTTP
مجموعة أدوات على طراز httpbin لفحص الطلبات أثناء التطوير.
نقاط النهاية المتاحة
GET
https://mockapi.yourapiservice.com/api/getافحص query params وheaders
POST
https://mockapi.yourapiservice.com/api/postافحص body وheaders الخاصة بـ POST
PUT
https://mockapi.yourapiservice.com/api/putافحص body وheaders الخاصة بـ PUT
PATCH
https://mockapi.yourapiservice.com/api/patchافحص body وheaders الخاصة بـ PATCH
DELETE
https://mockapi.yourapiservice.com/api/deleteافحص طلب DELETE
GET
https://mockapi.yourapiservice.com/api/headersأعد جميع headers الطلب
GET
https://mockapi.yourapiservice.com/api/bearerاختبر مصادقة bearer token
GET
https://mockapi.yourapiservice.com/api/basic-authاختبر مصادقة HTTP Basic
GET
https://mockapi.yourapiservice.com/api/statusأعد رمز حالة محدد
GET
https://mockapi.yourapiservice.com/api/delayاستجابة متأخرة (بالثواني)
GET
https://mockapi.yourapiservice.com/api/ipإرجاع عنوان IP للمتصل
GET
https://mockapi.yourapiservice.com/api/user-agentإرجاع ترويسة User-Agent
GET
https://mockapi.yourapiservice.com/api/redirect-toاتباع إعادة توجيه إلى مسار آخر
GET
https://mockapi.yourapiservice.com/api/cookiesإرجاع الكوكيز المُرسَلة مع هذا الطلب
GET
https://mockapi.yourapiservice.com/api/cookies/setتعيين كوكيز من معاملات الاستعلام