|
|
|
|
|
by bartread
37 days ago
|
|
All 4xx errors are client errors. 400 is the general “bad request” client area, indicating something is wrong with the request but not being specific about what. 404 is simply a more specific client error: it means the client asked for a resource that couldn’t be found. |
|