Implementing and Operating Cisco Enterprise Network Core Technologies (ENCOR) — Question 17
In which part of the HTTP message is the content type specified?
Answer options
- A. HTTP method
- B. body
- C. header
- D. URI
Correct answer: C
Explanation
The content type is specified in the header section of an HTTP message, which provides important metadata about the request or response. The HTTP method refers to the action being performed, the body contains the main content, and the URI identifies the resource, none of which directly indicate the content type.