QUESTION IMAGE
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
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.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
d. POST method