Hi,
I want to double-check the answers of the first exercise in HFSJ. I know it is simple, but I cant find the answers. I would definitely like to know if I answered them correctly. For each description, we need to select if we would use GET or POST. My answers are next to the descriptions.
1.) A user returning a login name and password - POST
2.) A user is requesting a new page via a hyperlink - GET
3.) A chat room user is sending a written response - POST
4.) A user hits the 'next' button to see the next page - GET
5.) A user hits the 'log out' button on a secure banking site - POST
6.) A user hits the 'back' button on the browser - GET
7.) A user sends a name and address form to the server - POST (I chose POST because it uses the
word 'form', else I could have gone with GET also)
8.) A user makes a radio button selection - Either POST or GET