diff options
Diffstat (limited to 'fluent-bit/lib/monkey/qa/http_parse_01.htt')
-rw-r--r-- | fluent-bit/lib/monkey/qa/http_parse_01.htt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/fluent-bit/lib/monkey/qa/http_parse_01.htt b/fluent-bit/lib/monkey/qa/http_parse_01.htt new file mode 100644 index 00000000..ec11658b --- /dev/null +++ b/fluent-bit/lib/monkey/qa/http_parse_01.htt @@ -0,0 +1,23 @@ +################################################################################ +# DESCRIPTION +# It sends an invalid Host header +# +# AUTHOR +# Eduardo Silva <edsiper@gmail.com> +# +# DATE +# April 04 2012 +################################################################################ + + +INCLUDE __CONFIG +CLIENT +_REQ $HOST $PORT +__GET / $HTTPVER +__Host: [::1]:AABB +__Connection: close +__ +_EXPECT . "HTTP/1.1 400 Bad Request" +_WAIT +_CLOSE +END |