HTTP response code table
| Code | Name | Meaning |
|---|
1xx Informational
Informational responses indicate that the request was received and processing can continue.
2xx Success
Success responses indicate the request was received, understood and accepted.
3xx Redirection
Redirection responses tell the client that additional action is needed to complete the request.
4xx Client Errors
Client error responses indicate a problem with the request itself, authentication or permissions.
5xx Server Errors
Server error responses indicate the server failed while trying to handle an apparently valid request.
Örnekler
200 OK 404 Not Found 503 Service Unavailable
SSS
HTTP 404 nedir?
HTTP 404, istenen kaynağın belirtilen URL'de bulunamadığı anlamına gelir.
301 ile 302 arasındaki fark nedir?
301 yönlendirmesi kalıcı, 302 ise genellikle geçici bir taşımayı belirtir.
503 ne anlama gelir?
HTTP 503, hizmetin genellikle bakım veya aşırı yük nedeniyle geçici olarak kullanılamadığı anlamına gelir.