For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Version 1.4
Added
- CAPTCHA Configurable.
- VID to risk requests.
- CAPTCHA util to make captcha validation call with PerimeterX servers.
- Support for vid cookie signing.
Changed
- VID as part of cookie signing.
- Refactored HTTP client to use single client for all type of calls.
Fixed
- Missing URI on incoming requests.
- Keep-Alive agent to work with local tests.
- Format invalid cookie error to be printed correctly.
- Missing agent referer.