Example HTTP GET request using a query string

This is an example of a HTTP GET request using a query string.

GET /genapp/customers?name=Joe%20Bloggs/ 1 
Host: www.example.com

Where  1  is the query string.

The components of a URL has more information about how the components of a URL are delimited. For more information, see The components of a URL.