Sist oppdatert
May 07, 2021 05:55:13 AM GMT
|
Gjelder også for Dispatcher
The dispatcher version 4.1.5 and higher provides support to restrict query strings via the dispatcher filtering. It is highly recommended to explicitly allow for query strings to exclude generic allowance through allow filter elements.
The configuration for this filter extension is shown below. A single entry can have either glob or some combination of method, url, query and version but not both.
For example :
/filter {
/0001 { /type "deny" /method "POST" /url "/etc/*" }
/0002 { /type "allow" /method "GET" /url "/etc/*" /query "a=*" }
}
Logg på kontoen din