1.

Which of the following are the features of an HTTP request?(a) URL being requested(b) Optional request body(c) Optional set of request headers(d) All of the mentioned

Answer» The correct choice is (d) All of the mentioned

The explanation is: An HTTP request consists of four parts :

the HTTP request method or “verb”

the URL being requested

an optional set of request headers, which may include authentication information

an optional request body


Discussion

No Comment Found

Related InterviewSolutions