https://en.wikipedia.org/wiki/List_of_HTTP_status_codes -
我阅读了这个链接,无法理解这两个错误之间的区别
如果404清楚,那么它与400的区别是什么,我不明白。
你能解释一下吗?
谢谢。
答案 0 :(得分:2)
404代表资源不存在。即被叫API剂量不存在或请求页面不存在。但是在情况400中资源存在但输入错误。
404
http://example.com/pageNotExist.html
400
http://example.com/Api/getCustomer/email@xyz.com
//here email is wrong or not exist