Computer-Networks
August 30, 2024Computer-Networks
August 30, 2024Computer-Networks
|
Question 729
|
The built in HTTP request method to request to read a web page is:
|
HEAD
|
|
|
PUT
|
|
|
GET
|
|
|
POST
|
Question 729 Explanation:
Request Method:
The request method indicates the method to be performed on the resource identified by the given Request-URI. The method is case-sensitive and should always be mentioned in uppercase. The following table lists all the supported methods in HTTP/1.1.
The request method indicates the method to be performed on the resource identified by the given Request-URI. The method is case-sensitive and should always be mentioned in uppercase. The following table lists all the supported methods in HTTP/1.1.
Correct Answer: C
Question 729 Explanation:
Request Method:
The request method indicates the method to be performed on the resource identified by the given Request-URI. The method is case-sensitive and should always be mentioned in uppercase. The following table lists all the supported methods in HTTP/1.1.
The request method indicates the method to be performed on the resource identified by the given Request-URI. The method is case-sensitive and should always be mentioned in uppercase. The following table lists all the supported methods in HTTP/1.1.
