Secure filter for reverse proxy.
This module will add signature to links and forms, and will verify the integrity of the requests.
The initial link or form will be added a signed argument or a hidden input with the informations needed to verify the request when submitted by the client.
Within the HTML form, you can add a class end length specification for each input. If not specified the DEFAULT class and default length will be used.
This define the action to take when a query argument doesn't match the class specification or was not in the initial form or link. The default action is to remove the argument from the query before passing to the server. reject will block the bad request.