AG
HTTP
Status Codes
Kode Status HTTP
Panduan
Tentang
Kontak
한국어
English
日本語
中文
Español
Português
Français
Deutsch
Русский
العربية
Bahasa Indonesia
Beranda
/
5xx
5xx
Kesalahan Server (Server Error)
Server gagal memproses permintaan yang valid. 500, 502, dan 503 adalah contoh khasnya.
500
Internal Server Error
Sering
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
Sering
A gateway or proxy received an invalid response from an upstream server.
503
Service Unavailable
Sering
The server is temporarily unable to handle the request due to overload or maintenance.
504
Gateway Timeout
Sering
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).