Bad request:常指“错误请求”。在网络与编程语境中尤指 HTTP 400 Bad Request(400 错误请求)——表示客户端发出的请求存在问题(如语法不合法、参数缺失/格式错误、请求体无法解析等),服务器无法理解或处理。
/bæd rɪˈkwɛst/
The server returned a bad request because the JSON was invalid.
服务器因为 JSON 无效而返回了错误请求。
If the client sends missing or malformed parameters, the API may respond with 400 Bad Request, even though the server is running normally.
如果客户端发送的参数缺失或格式不正确,即使服务器运行正常,API 也可能返回 400 Bad Request(400 错误请求)。
由普通英语 bad(坏的)+ request(请求) 组成,本义是“有问题的请求”。在互联网发展后,该短语被 HTTP 协议标准化为状态码名称 “400 Bad Request”,成为技术领域的固定表达。