A full HTTP request message always begins with a RequestLine
A full HTTP request message always begins with a Request-Line, and the Request-Line begins with a request method. After a client (e.g., a web browser) selects a value from a dropdown box on a web form and the web form is submitted to the web server, this type of HTTP message is to request the server to accept the web page as a new subordinate to the identified URL (i.e., the original web page the client received). The method in this HTTP message should not be GET and must be (one single word)
Solution
Answer: POST
A full HTTP request meesage always begins with a Request-Line, and the Request-Line begins wit a request method. After a client selects a value from dropdown box on web form and the web form is submitted to the web server, this type of HTTP message is to request the server to accept the web page as a new subordinate to the identified URl. The method in this HTTP message should not be GET and must be POST
