Skip to content

Support for known array parameters #1

Closed
@avaly

Description

@avaly

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions