Web Application Parameters

Query


Query Validators

Key is the parameter name and value is the validator or regex pattern to use.

Query Max Length

Optionally restrict the length of parameters. Key is the parameter name and value is the maximum length of the parameter value.

(default: 1)
Allows unmatched validator parameters in the request.

(default: 1)
Ignore case of parameter names when applying validators. When this is disabled, it is recommended to disable Allow Not In List (to prevent bypassing the validators).

Post


Post Validators

Key is the parameter name and value is the validator or regex pattern to use.

Post Max Length

Optionally restrict the length of parameters. Key is the parameter name and value is the maximum length of the parameter value.

(default: 1)
Allows unmatched validator parameters in the request.

(default: 1)
Ignore case of parameter names when applying validators. When this is disabled, it is recommended to disable Allow Not In List (to prevent bypassing the validators).

Cookie


Cookie Validators

Key is the parameter name and value is the validator or regex pattern to use.

Cookie Max Length

Optionally restrict the length of parameters. Key is the parameter name and value is the maximum length of the parameter value.

(default: 1)
Allows unmatched validator parameters in the request.

(default: 1)
Ignore case of parameter names when applying validators. When this is disabled, it is recommended to disable Allow Not In List (to prevent bypassing the validators).

Validation


Validation Patterns

The regular expressions used to validate user input.

Validation Detection

These are the validators used to automatically detect the parameter type in this exact order. Should be from least allowing to most allowing validator.


AQTRONiX XML Editor - Copyright © 2013-2018 AQTRONiX, Parcifal Aertssen