The get method is used for viewing something


The GET method is used for viewing something, without changing its value. The POST method is used for values that are not constant. For example, if you develop a search page, the recommended method is GET method because you simply want to display the results of the search. When working with forms, it is recommended to use the POST method becuase the fields on a form changes from user to user. Think of the user name and password fields when login into your class. That is the main difference between these two methods. However, you can use the GET method in a form but the design dilemma is knowing when to use either method. When designing a form, when would you use the GET method versus the POST method. In terms of security, which method do you think is more secure? Explain your answer.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: The get method is used for viewing something
Reference No:- TGS0119939

Expected delivery within 24 Hours