COMPUTER NETWORKING

APPLICATION LAYER

CLIENT SERVER PARADIGM

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
____ is an HTTP method that submits data to the server.
A
GET
B
POST
C
PUT
D
DELETE
Explanation: 

Detailed explanation-1: -The HTTP POST method sends data to the server. The type of the body of the request is indicated by the Content-Type header.

Detailed explanation-2: -POST is an HTTP method designed to send data to the server from an HTTP client. The HTTP POST method requests the web server accept the data enclosed in the body of the POST message. HTTP POST method is often used when submitting login or contact forms or uploading files and images to the server.

Detailed explanation-3: -The $. post() method loads data from the server using a HTTP POST request.

There is 1 question to complete.