What does a '400 Bad Request' HTTP response status code indicate?
A. The requested webpage requires an encrypted private key access certificate.
B. The file was successfully delivered to the local device memory.
C. The server cannot process the request because of something perceived to be a client error (e.g., malformed request syntax, invalid routing layout).
D. The web hosting facility has completely crashed down.
Answer: Option C
Solution (By JKExamLibrary)
A 400 Bad Request error indicates that the web server could not understand or process the incoming request due to structural flaws or invalid syntax generated by the client browser.
No comments yet. Be the first to start the discussion!