(Choose 1 answer)
What is the implication of using the HTTP GET method for a form submission? (Choose one)
A. The parameters will be appended to the URL as a query string.
B. You cannot send multiple values for one parameter to the server.
C. You can only reply with the HEADER information in the response.
D. None of the others
33