Pencarian Kode Status HTTP
Cari penjelasan lengkap untuk setiap kode status respons HTTP (1xx, 2xx, 3xx, 4xx, 5xx): arti teknis, implikasi SEO, spesifikasi RFC, dan cara mengatasinya.
| Kode | Name | Description |
|---|---|---|
| 100 | Continue | The initial part of the request was received; the client should continue with the body. |
| 101 | Switching Protocols | The server agrees to switch protocols as requested by the client. |
| 103 | Early Hints | Preliminary headers sent before the final response, used for preloading resources. |
| 200 | OK | The request succeeded. |
| 201 | Created | The request succeeded and a new resource was created. |
| 202 | Accepted | The request was accepted for processing, but processing isn't complete. |
| 204 | No Content | The request succeeded but there is no content to return. |
| 206 | Partial Content | Only part of the requested resource is being returned (range requests). |
| 301 | Moved Permanently | The resource has permanently moved to a new URL. |
| 302 | Found | The resource temporarily resides at a different URL. |
| 303 | See Other | The response can be found at a different URL, fetched with GET. |
| 304 | Not Modified | The cached version of the resource is still valid; no body is returned. |
| 307 | Temporary Redirect | The resource temporarily resides at a different URL; method must not change. |
| 308 | Permanent Redirect | The resource permanently resides at a different URL; method must not change. |
| 400 | Bad Request | The server could not understand the request due to invalid syntax. |
| 401 | Unauthorized | Authentication is required and has failed or not been provided. |
| 402 | Payment Required | Reserved for future use; occasionally used for payment/quota systems. |
| 403 | Forbidden | The client does not have access rights to the content. |
| 404 | Not Found | The server cannot find the requested resource. |
| 405 | Method Not Allowed | The request method is known but not supported for this resource. |
| 406 | Not Acceptable | No content matching the client's Accept headers was found. |
| 408 | Request Timeout | The server timed out waiting for the request. |
| 409 | Conflict | The request conflicts with the current state of the resource. |
| 410 | Gone | The resource is no longer available and will not be available again. |
| 411 | Length Required | The request did not specify the length of its content. |
| 413 | Payload Too Large | The request body is larger than the server is willing to process. |
| 414 | URI Too Long | The requested URI is longer than the server is willing to interpret. |
| 415 | Unsupported Media Type | The media format of the request body is not supported. |
| 416 | Range Not Satisfiable | The requested range cannot be fulfilled. |
| 418 | I'm a Teapot | A humorous status defined in RFC 2324; not seriously used by real servers. |
| 422 | Unprocessable Content | The request was well-formed but contains semantic errors. |
| 425 | Too Early | The server is unwilling to process a request that might be replayed. |
| 429 | Too Many Requests | The client has sent too many requests in a given time (rate limiting). |
| 431 | Request Header Fields Too Large | The request's header fields are too large. |
| 451 | Unavailable For Legal Reasons | The resource is unavailable for legal reasons (e.g. censorship). |
| 500 | Internal Server Error | The server encountered an unexpected condition. |
| 501 | Not Implemented | The server does not support the functionality required. |
| 502 | Bad Gateway | The server, acting as a gateway, received an invalid response upstream. |
| 503 | Service Unavailable | The server is not ready to handle the request (overload or maintenance). |
| 504 | Gateway Timeout | The server, acting as a gateway, did not get a response in time. |
| 505 | HTTP Version Not Supported | The server does not support the HTTP protocol version used. |
Cara kerja
Masukkan data Anda
Isi nilai yang diperlukan, tempel teks Anda, atau unggah file yang ingin diproses.
Lihat hasil seketika
Sebagian besar alat diperbarui secara langsung saat Anda mengetik; beberapa menggunakan satu tombol tindakan.
Gunakan hasil Anda
Salin, unduh, atau bagikan hasil yang dihasilkan — Anda selalu memiliki kendali penuh atas data Anda.
Apa itu Pencarian Kode Status HTTP?
Search common HTTP status codes by number, name, or keyword to see what each one means.
How to look up an HTTP status code
Status code ranges
- 1xx: informational
- 2xx: success
- 3xx: redirection
- 4xx: client error
- 5xx: server error
Common uses
- Understand what a status code in a server log or API response actually means.
- Decide which status code to return from your own API for a given situation.
Good to know
Some codes are rarely used in practice (like 418), while others are essential for correct client behavior, such as 304 for caching or 429 for rate limiting.
Reference notes
This is a static reference list — no data you type is sent anywhere.
Pertanyaan yang Sering Diajukan (FAQ)
Does this list every possible status code?
It covers the commonly used codes you'll encounter in everyday web development, not every code ever registered.
Can I search by a partial description?
Yes — searching "timeout" or "redirect", for example, finds every matching status code.
Are custom or non-standard codes included?
No — only codes formally registered with IANA are listed here, not application-specific or non-standard codes some APIs use.
Does it include every registered HTTP status?
No. It includes a focused table of common and useful statuses, searchable by code, name, category, or description.
Alat Terkait
- TersediaLokal
Penghasil Meta Tag SEO & Social Media
Buat tag meta HTML, Open Graph (Facebook), dan Twitter Card yang optimal.
- TersediaLokal
Kalkulator Subnet IP (IPv4 & IPv6)
Hitung rentang subnet CIDR, subnet mask, alamat broadcast, dan host.
- TersediaLokal
Penghasil Tautan Parameter UTM
Buat URL pelacakan kampanye pemasaran Google Analytics dengan UTM.
- TersediaLokal
Generator & Validator robots.txt
Buat aturan robots.txt standar untuk mengontrol perayapan mesin pencari seperti Googlebot.
- TersediaServer
Validator Peta Situs XML (Sitemap XML)
Validasi struktur dan sintaks file sitemap.xml sesuai standar sitemaps.org.
- TersediaLokal
Penganalisis User-Agent
Identifikasi browser, sistem operasi, versi mesin, dan tipe perangkat.
- TersediaLokal
Pencarian Tipe MIME (Content-Type)
Cari tipe MIME berdasarkan ekstensi file atau cari ekstensi dari Content-Type.
- TersediaLokal
Pengonversi Punycode (IDN)
Konversi nama domain beraksen internasional (IDN) ke format Punycode xn--.
- TersediaLokal
Kalkulator Waktu Transfer Data & Unduhan File
Hitung estimasi durasi unduh atau unggah file berdasarkan ukuran data dan kecepatan internet.
- TersediaLokal
Penganalisis Komponen URL
Bedah URL menjadi protokol, hostname, port, pathname, dan query params.