Home »
MCQs »
Flask MCQs
Which of the following is the most often used approach and sends data to the server in an unencrypted format?
23. Which of the following is the most often used approach and sends data to the server in an unencrypted format?
- Get
- Head
- Post
- Put
- Delete
Answer: A) Get
Explanation:
Get method is the most often used approach and sends data to the server in an unencrypted format.