Question 16
Consider the following statements and choose the correct option.
Statement 1: If we submit the form using the GET method, then the form data is appended inside the body of the HTTP request.
Statement 2: Never use GET method in form to send sensitive data while it is good for non-secure data, like query strings in Google
Both statements 1 and 2 are true, and statement 2 is a correct explanation of statement 1
Both statements 1 and 2 are true, but statement 2 is not a correct explanation of statement 1
Statement 1 is true and statement 2 is false
Statement 2 is true and statement 1 is false