cookies_set
Replay clearance cookies from a real browser session to bypass bot detection without running challenge JavaScript.
Instructions
Add cookies to the session jar. Each item is an object {name, value, domain, path?, secure?, http_only?, url?} or a raw Set-Cookie string. Used to replay clearance cookies (e.g. PerimeterX _px3) lifted from a real Chrome session, bypassing bot detection without running the challenge JS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cookies | Yes | Array of cookie objects or Set-Cookie strings | |
| url | No | Default URL for cookies that don't specify domain |