Blue_Coat
BCCPA · Question #227
HTTP response typically contains headers and the body (data). Does HTTP request contain body (data)?
The correct answer is A. HTTP requests contain headers (including cookie data) only. See the full explanation below for the reasoning.
Question
HTTP response typically contains headers and the body (data). Does HTTP request contain body (data)?
Options
- AHTTP requests contain headers (including cookie data) only
- BHTTP requests contain body only if the request is file upload
- CHTTP requests contain body only if it is a POST (rather than GET) request
- DHTTP requests contain body, if they are HTML form submissions
How the community answered
(50 responses)- A80% (40)
- B2% (1)
- C6% (3)
- D12% (6)
Community Discussion
No community discussion yet for this question.