class Marten::Server::Handlers::HostVerification
- Marten::Server::Handlers::HostVerification
- Reference
- Object
Overview
Enforces the verification of the HTTP request host.
This handlers simply tries to access the request's host in order to ensure that it matches the list of allowed hosts. This verification is necessary in order to mitigate HTTP Host header attacks.
Included Modules
- HTTP::Handler