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

Web servers log query strings as part of the URL in access logs. Headers and cookies can also be logged but query strings are most consistently logged by default. Hidden tags in forms are part of POST data, not visible in GET request URLs.