diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-09-10 14:38:55 +0200 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-09-10 14:38:55 +0200 |
commit | 6428f8e3bf2bfec69a3bdf86ddae0b115b306850 (patch) | |
tree | fadcc50e3bfb2ca351170a23ffe39fad244a99cb | |
parent | f66265a171083fc5ef6abe08f1a379d217b2d052 (diff) |
Add CGI info
-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> |