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 22.2.0
Added
- Added support for filter requests by http method
- Added support for enforcing SCAPI requests via the
int_perimeterx_SCAPI cartridge
Changed
- Aligned cookie v2 validation flow with js-core: structure check, then HMAC validation, then expiry, then block/pass decision
- Split cookie v2 decrypt and validation stages to report
cookie_decryption_failed vs cookie_validation_failed correctly on the Risk API