test.html
Test Case 1: user does not exist in database.
http://parachat.com/cgi-bin/webAuth/auth.cgi?user=x&pass=y
Test Case 2: user entered wrong password.
http://parachat.com/cgi-bin/webAuth/auth.cgi?user=dummy&pass=y
Test Case 3: user is a member of database. (user exists and password matches.)
http://parachat.com/cgi-bin/webAuth/auth.cgi?user=dummy&pass=secret
Test Case 4: cookie is passed. but it is ignored.
http://parachat.com/cgi-bin/webAuth/auth.cgi?user=someone&pass=xxx&cookie=donotcare
Test Case 5: user parameter is missing. Error is reported.
http://parachat.com/cgi-bin/webAuth/auth.cgi?pass=y