📝 Question
#1935
The __________ method when used in the method field, leaves entity body empty.
✓
Correct Answer
A. POST
💡
Explanation
There are two methods which help to request a response from a server. Those are GET and POST. In GET method, the client requests data from server. In POST method the client submits data to be processed to the server.
⌨️ Press
A
B
C
D
to select