Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which of the following are the features of an HTTP request?

  2. A.

     URL being requested

    B.

     Optional request body

    C.

     Optional set of request headers

    D.

     All of the mentioned

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    An HTTP request consists of four parts :
    1. The HTTP request method or “verb”
    2. The URL being requested
    3. An optional set of request headers, which may include authentication information
    4. An optional request body


Be The First To Comment