HTTP 状态代码
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
服务器可以响应 HTTP POST
或 HTTP GET
请求而生成的 HTTP 状态代码:
200 OK
:成功的请求。
400 Bad Request
:无效参数(无效请求负载)。
403 Forbidden
:权限被拒绝(例如:无效的 API 密钥)。
429 Resource Exhausted
:资源配额不足或达到速率限制。
500 Internal Server Error
:内部服务器错误(重试您的请求)。
503 Service Unavailable
:不可用。
504 Gateway Timeout
:已超过截止时间(请重试您的请求)。
注意:收到失败的 HTTP 响应(即除 200 OK
以外的任何 HTTP 状态代码)的客户端必须进入退避模式。
收到 HTTP 状态代码 400 Bad Request
的可能原因:
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-02-27。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2023-02-27。"],[[["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."]]],[]]