mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2025-06-07 20:15:24 +00:00
Add http status for better logging
This commit is contained in:
parent
c3b2173f39
commit
d2b680520d
@ -290,6 +290,8 @@ async function resolveChallenge(ctx: RequestContext, { url, maxTimeout, proxy, d
|
||||
message = 'Captcha detected but no automatic solver is configured.'
|
||||
}
|
||||
}
|
||||
|
||||
log.debug("Response is: " + response.status())
|
||||
}
|
||||
|
||||
const payload: ChallengeResolutionT = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user