A client sends an HTTP request to a server, and the server sends back an HTTP response. Which of the following parameters is not carried in the HTTP response?
An HTTP response from the server to the client typically includes the following components:
Protocol version (C): Specifies the HTTP version used (e.g., HTTP/1.1).
Status code (B): Indicates the response result (e.g., 200 for OK, 404 for Not Found).
Reason phrase (A): A textual description associated with the status code (e.g., " OK " , " Not Found " ).
Headers and Body: Contain additional information and the actual response content.
URI (D): The Uniform Resource Identifier is part of the HTTP request and not the HTTP response. Therefore, D is the correct answer.
[Reference:, Huawei HCIE Datacom Official Certification Guide, RFC 7231: Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content, ===========, ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit