Closed
Description
This module assumes that any query parameter is not supposed to be an array. However some applications might actually require to use an array parameter. This type of parameter is invalidated by this module while cleaning other potentially invalid parameters.
Example:
GET /?query=foo&query=bar&filters[]=123&filters[]=456
I would like a way to notify the plugin to clean only query
or to exclude filters
from the cleaning.
Metadata
Metadata
Assignees
Labels
No labels