diff options
-rw-r--r-- | CGI.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +# CGI scripting + +## Inputs + +GET requests: `$QUERY_STRING` + +POST requests: in standard input + +## Redirect + + Location: <url to redirect to> |
index : cheatsheets | |
Commandline and Linux cheatsheets |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | CGI.md | 11 |
@@ -0,0 +1,11 @@ +# CGI scripting + +## Inputs + +GET requests: `$QUERY_STRING` + +POST requests: in standard input + +## Redirect + + Location: <url to redirect to> |