You can pass one GET parameter (arg1), any other GET parameter will be filtered out
Only two out of the three input fields will be visible to Kore.
The first field accepts the input "test"
The second field accepts anything like /test/[a-z]*
The third field will be removed by Kore, as it is not in the params block configured for this page.
GET param arg1: $arg1$
GET param arg2: $arg2$
test1: $test1$
test2: $test2$
test3: $test3$