Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
据我所知,HEAD与 相同GET,但没有响应主体。如果我请求不存在的资源,GET将响应404 Not Found。HEAD在这种情况下应该返回什么状态码?200 OK还是404 Not Found?
HEAD
GET
正如您自己所说,除了没有正文之外,响应应该是相同的。
这意味着状态和标头都需要与GET请求相同。