AG
HTTP
Status Codes
رمز حالة HTTP
الأدلة
حول
اتصل بنا
한국어
English
日本語
中文
Español
Português
Français
Deutsch
Русский
العربية
Bahasa Indonesia
الرئيسية
/
5xx
5xx
خطأ من الخادم (Server Error)
لم يتمكن الخادم من معالجة طلب صحيح. و500 و502 و503 هي الأمثلة الأبرز.
500
Internal Server Error
شائع
A generic catch-all: the server hit an unexpected condition and could not complete the request.
501
Not Implemented
The server does not support the functionality required to fulfill the request.
502
Bad Gateway
شائع
A gateway or proxy received an invalid response from an upstream server.
503
Service Unavailable
شائع
The server is temporarily unable to handle the request due to overload or maintenance.
504
Gateway Timeout
شائع
A gateway or proxy did not get a timely response from an upstream server.
505
HTTP Version Not Supported
The server does not support the major HTTP version used in the request.
506
Variant Also Negotiates
A server configuration error: the chosen variant is itself engaged in content negotiation.
507
Insufficient Storage
The server cannot store the representation needed to complete the request.
508
Loop Detected
The server detected an infinite loop while processing the request.
510
Not Extended
Further extensions to the request are required for the server to fulfill it.
511
Network Authentication Required
The client needs to authenticate to gain network access (e.g. a captive portal).