Expand description
Challenge page parsing helpers and utilities.
Provides the building blocks needed to inspect Cloudflare challenge HTML and extract the parameters required by the solvers.
Structs§
- Iuam
Challenge Blueprint - Minimal snapshot of the IUAM challenge form used by solvers.
Enums§
- Challenge
Parse Error - Outcomes when parsing a Cloudflare challenge fails.
Functions§
- is_
cloudflare_ response - Detect whether the response is served by Cloudflare.
- origin_
from_ url - Build origin header value from URL (
scheme://host[:port]). - parse_
iuam_ challenge - Extract IUAM challenge blueprint (action + hidden fields) from HTML body.