summaryrefslogtreecommitdiff
path: root/tests/fastcgi-12.sh
blob: 0eed8cd39d22d2bb4045793770c65bdfa9ad1481 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh

test x$srcdir = x && srcdir=.

. $srcdir/testbase.sh

prepare_test


cat > $TMPFILE <<EOF
FastCGI-Authorizer - 403
GET /index.html?fail HTTP/1.0
Host: www.example.org
Conntection: close

Status: 403
EOF

run_test