m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/CGI.md
blob: 219a4b0a998ff45769539d59059a253a5fdbd88b (plain)
1
2
3
4
5
6
7
8
9
10
11
# CGI scripting

## Inputs

GET requests: `$QUERY_STRING`

POST requests: in standard input

## Redirect

    Location: <url to redirect to>