Multiple choice

What is the maximum limit for the size of a query string?

  1. 511

  2. 255

  3. 765

  4. 128

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

The historical maximum length for a query string in URLs was 255 characters, based on early browser limitations (particularly Internet Explorer). Modern browsers support much longer query strings (2048+ characters), but this limit represents the legacy constraint.