Tag: error 4xx
All the articles with the tag "error 4xx".
400 Bad Request (HTTP Status Code 400)
HTTP status code 400 indicates that the server cannot understand the client's request due to incorrect request syntax.
401 Unauthorized (HTTP Status Code 401)
HTTP status code 401 indicates that the requested resource requires authentication.
402 Payment Required (HTTP Status Code 402)
HTTP status code 402 is a non-standard status code that is reserved for future use. This status code was initially created to support digital cash or micropayment systems, indicating that the requested content will only be provided after the client has completed payment.
403 Forbidden (HTTP Status Code 403)
HTTP status code 403 indicates that the server understood the client's request but refuses to fulfill it.
404 Not Found (HTTP Status Code 404)
HTTP status code 404 is one of the most common HTTP status codes, indicating that the server cannot find the resource requested by the client.
405 Method Not Allowed (HTTP Status Code 405)
HTTP status code 405 indicates that the server understood the client's request but does not support the requested method for that resource.