Web Application Testing
Test your web application by recording it with for example htproxy or firefox http fox plugin.
A very simple example could look as follow:
Simple Example
CLIENT
_REQ www.google.ch 80
__GET / HTTP/1.1
__Host: www.google.ch
__
_EXPECT . "200 OK"
_WAIT
END