Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

5 - forms learning objective: differentiate between the correct usage o…

Question

5 - forms
learning objective: differentiate between the correct usage of forms and control types.
when signing up for a new account with an e - commerce store you may be required to create a username and password.
what method should be used for the sign - up web form?
a.) https method
b.) get method
c.) http method
d.) post method

Explanation:

Brief Explanations

When signing - up for an account, sensitive information like username and password is involved. The POST method is used for sending data to the server in a more secure way compared to GET, and HTTPS is a protocol, not a form - submission method. HTTP is not secure for sending sensitive data.

Answer:

d. POST method