Typed curl-impersonate HTTP requester with IPX/capture integration #34
Labels
No labels
bug
documentation
duplicate
enhancement
feature
good first issue
help wanted
invalid
question
refactor
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/hackmode#34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Outcome
Add a typed curl-like HTTP capability that prefers a maintained/pinned
curl-impersonate-class backend when available, integrates with Hackmode capture policy, and normalizes results before they reach canonical state.Owning RAGE lane
Provider/runtime/tool worker.
Fence
Do not parse arbitrary subprocess stdout directly into KB state. Do not implement Hackpert selection policy here. Do not claim browser TLS impersonation is preserved through a decrypting intercept proxy when it is not.
Dependencies
Research gate
Verify current
curl-impersonatemaintenance/packaging state. If unsuitable, document why and choose the closest maintained equivalent with comparable browser-profile semantics instead of blindly adding an abandoned dependency.Typed interface
Request: URL/method, bounded headers/body reference, redirect policy, timeout/deadline, operation/run identity, selected client profile, capture mode.
Result: final URL/status, bounded/redacted headers, body digest/evidence reference, timing/error classification, backend/version, capture/provenance metadata.
Runtime
RED-first tests
Backend unavailable fallback, profile propagation, proxy configuration, timeout, redirect policy, secret redaction, normalized result, and execution provenance.
Acceptance proof
Execute deterministic local HTTP fixtures using an impersonating backend and fallback backend, prove typed-equivalent normalized results, and show execution provenance identifies backend/profile/capture mode without raw provider output becoming canonical state.
Merged contract slice in #162 as
8d23204bf95fc7053a4c4ac7ac1b27a97330b50aon currentmaster. This adds the operation/run-scoped typed HTTP request, explicit redirect/timeout policy, coherent client-profile/capture provenance, and tests. #138 remains open intentionally. Next acceptance work: maintained impersonating backend integration (research gate currently favorscurl_cffi0.16.2), capability detection + explicit fallback, proxy/IPX execution, normalized typed results, actual deadline/redirect enforcement, and deterministic local fixture proof. Superseded diverged draft #159 was closed.