fetch
Replays a captured session against a URL using TLS/HTTP2 fingerprint without launching a browser. Reuse authenticated sessions cheaply; escalate to navigate when classification is challenge.
Instructions
No-browser TLS-impersonation request — the cheap fast path.
Replays a captured session against url with a real-browser TLS+HTTP2
fingerprint and NO browser launch. session_file is a JSON file with
{headers:{Authorization,Cookie,User-Agent}} (as written by
wraith harvest / the borrow flow). Use this to replay an
already-authenticated/cleared session cheaply; escalate to navigate only
when the returned classification is challenge. Returns the status,
classification, and a body preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| method | No | GET | |
| impersonate | No | ||
| session_file | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |