The enum PatternLocation determines or documents where a pattern was expected to have matched
Namespace:
Walter.Web.FireWall.RuleEngine
Assembly:
Walter.Web.FireWall (in Walter.Web.FireWall.dll)
public enum PatternLocations
| Member name | Description |
---|
| None |
The location was not set or does not apply
|
| Path |
The URL's path
|
| Query |
The URL's query
|
| Model |
The submitted model
|
| Header |
The submitted header
|
| Cookie |
The submitted cookie
|
| Domain |
The domain is not valid
|
Useful when you discover your firewall pattern recognition rules are triggered during development and you would like to know what rule in what location triggered the patter