m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/CGI.md
diff options
context:
space:
mode:
Diffstat (limited to 'CGI.md')
-rw-r--r--CGI.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CGI.md b/CGI.md
new file mode 100644
index 0000000..219a4b0
--- /dev/null
+++ b/CGI.md
@@ -0,0 +1,11 @@
+# CGI scripting
+
+## Inputs
+
+GET requests: `$QUERY_STRING`
+
+POST requests: in standard input
+
+## Redirect
+
+ Location: <url to redirect to>