Multiple choice technology security

Web server will log which part of a GET request?

  1. Hidden tags

  2. Query Strings

  3. Header

  4. Cookies

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In a GET request, the query string (the key=value pairs after the ? in the URL) is logged by the web server in access logs. Hidden tags are in the HTML body and not sent separately. Headers are logged but are server metadata, not request content. Cookies are sent in headers.