GET or POST example - Web Technologies
Q. Assume that an HTML form is designed to purchase the furniture. All the items required are being checked. After selecting the items the payment details are entered and the submit button is pressed. From the following options which one would you prefer to send the data to the server. Assume that all the security is handled.- Published on 16 Jun 15a. Only POST
b. Only GET
c. Either of GET or POST
d. Neither GET nor POST
ANSWER: Either of GET or POST
For sending the data to the server either of them can be used.