diff options
Diffstat (limited to 'test/cgi/redirect-loop')
-rwxr-xr-x | test/cgi/redirect-loop | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/cgi/redirect-loop b/test/cgi/redirect-loop new file mode 100755 index 0000000..bd32f20 --- /dev/null +++ b/test/cgi/redirect-loop | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/sh | ||
2 | echo Location: http://$HTTP_HOST$REQUEST_URI | ||
3 | echo | ||