Kode Status HTTP
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Kode status HTTP yang dapat dibuat oleh server sebagai respons atas permintaan HTTP POST
atau
GET
HTTP:
200 OK
: Permintaan berhasil.
400 Bad Request
: Argumen tidak valid (payload permintaan tidak valid).
403 Forbidden
: Izin ditolak (misalnya kunci API tidak valid).
429 Resource Exhausted
: Kehabisan kuota resource atau mencapai pembatasan kapasitas.
500 Internal Server Error
: Error server internal (coba lagi permintaan Anda).
503 Service Unavailable
: Tidak tersedia.
504 Gateway Timeout
: Batas waktu terlampaui (coba lagi permintaan Anda).
Catatan: Klien yang menerima respons HTTP gagal (yaitu, kode status HTTP selain 200 OK
) harus memasuki mode back-off.
Kemungkinan alasan untuk menerima kode status HTTP 400 Bad Request
:
- fullHashes.find:
Hash tidak valid.
- threatListUpdates.fetch: Permintaan pembaruan kosong, atau konfigurasi daftar tidak valid, atau daftar tidak ada untuk konfigurasi yang diminta.
- threatMatch.find:
Jenis entri ancaman tidak ditetapkan di bagian info ancaman pada permintaan.
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2023-02-27 UTC.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2023-02-27 UTC."],[[["The server generates HTTP status codes like `200 OK` for success and various error codes (`400`, `403`, `429`, `500`, `503`, `504`) for different issues encountered during `POST` or `GET` requests."],["Clients receiving unsuccessful HTTP responses (any code other than `200 OK`) should enter back-off mode to avoid overwhelming the server."],["`400 Bad Request` errors can arise from invalid arguments in requests to `fullHashes.find`, `threatListUpdates.fetch`, or `threatMatches.find` methods, such as invalid hashes, empty update requests, or missing threat entry types."]]],[]]