From b709f8d5741c395aef12dcbf9a081f868533cfc0 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Sun, 25 Jul 2021 13:18:11 +0200 Subject: Small fixes --- cgi.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cgi.html b/cgi.html index 06c5e81..f54d547 100644 --- a/cgi.html +++ b/cgi.html @@ -172,11 +172,11 @@ end

In the example request we mentioned above (example.com/calculator.html?a=10&b=32), the part - starting from the question mark, ?a=10&b=32 is the + starting from the question mark, ?a=10&b=32, is the query string. This is how users can submit parameters with their web requests. Usually these parameters are set by e.g. a form on your website, but in our simple example we'll be just manually manipulating - the query string. + the URL.

-- cgit v1.2.3