Multiple choice technology web technology

HTML Code 412 specifies

  1. The server will not accept the request without a valid Content-Length header field.

  2. A precondition specified in one or more Request-Header fields returned false.

  3. The document/file requested by the client was not found.

  4. The request first requires authentication with the proxy.

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

HTTP 412 Precondition Failed status code indicates that one or more preconditions specified in request headers (such as If-Match, If-None-Match, If-Modified-Since, or If-Unmodified-Since) evaluated to false. The server is rejecting the request because the condition required for the request was not met.