mirror of https://github.com/OISF/suricata
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
347 B
Perl
34 lines
347 B
Perl
>>>
|
|
GET / HTTP/1.1
|
|
Host: www.example.com
|
|
|
|
|
|
<<<
|
|
HTTP/1.0 200 OK
|
|
Content-Length: 12
|
|
|
|
Hello World!
|
|
>>>
|
|
GET / HTTP/1.1
|
|
Host: www.example.com...
|
|
|
|
|
|
<<<
|
|
HTTP/1.0 200 OK
|
|
Content-Length: 12
|
|
>>>
|
|
GET / HTTP/1.1
|
|
Host: WwW.ExamPle.cOm
|
|
|
|
|
|
<<<
|
|
HTTP/1.0 200 OK
|
|
Content-Length: 12
|
|
>>>
|
|
GET / HTTP/1.1
|
|
Host: www.example.com:80
|
|
|
|
|
|
<<<
|
|
HTTP/1.0 200 OK
|
|
Content-Length: 12 |