feat(api): forward per-request proxy override to scrape handler

This commit is contained in:
germondai
2026-07-06 02:29:51 +02:00
parent 2520345c48
commit da8008d200
+2
View File
@@ -1,6 +1,7 @@
import { BrowserPool, PoolExhaustedError, SessionCache } from "@trawl/browser"
import {
isValidMethod,
ProxyPool,
RequestValidationError,
requireContentTypeForBody,
SUPPORTED_METHODS,
@@ -80,6 +81,7 @@ function buildScrapeRequestFromFlareSolverr(req: FlareSolverrRequest): ScrapeReq
headers,
method,
body: req.postData,
proxy: req.proxy,
}
}