Multiple choice .net

Where does the query string store information?

  1. HTML source

  2. Text file

  3. URL

  4. Both a and b.

  5. All of the above.

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

Query string data is appended to the URL after the ? character. You can see it in the browser address bar. This makes it visible and bookmarkable, but unsuitable for sensitive information.