Discussion :: Javascript - CS
- 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 : 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