class Marten::HTTP::Errors::TooManyParametersReceived
- Marten::HTTP::Errors::TooManyParametersReceived
- Marten::HTTP::Errors::SuspiciousOperation
- Exception
- Reference
- Object
Overview
Represents an error raised when too many parameters are received for a given request.
This excepion is raised when too many parameters (such as GET or POST parameters) are received for a specific request. This is to to prevent large requests that could be used in the context of DOS attacks.