HTTP Error Code | 500 |
CatchAll Parm Pass | 1 |
Undefined URL Action | Reject |
Undefined Parm Action | Reject |
Illegal Parm Action | Reject |
test.php | OK |
test.php | OK |
test.php | Error (Bad Parm) |
test.php?price=10 | Error (bad value) |
test.php?price=10 | OK |
test.php?price=ab | Error (type checking) |
test.php?price=10ab | Error (bad value) |
test.php?price=-100 | Error (minvalue) |
test.php?price=999999 | Error (maxvalue) |
test.php?price=99¤cy=Euros | OK |
test.php?price=99¤cy=Yen | Error (enum type) |
test.php?dummy=any | Error (Unknown Parm) |
test-pass.php?dummy=any | Error (Unknown Parm) |