• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

microlinkhq / is-antibot / 32758253303
96%

Build:
DEFAULT BRANCH: master
Ran 24 Aug 2026 05:44PM UTC
Jobs 1
Files 1
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

24 Aug 2026 05:43PM UTC coverage: 95.933% (-0.008%) from 95.941%
32758253303

push

github

web-flow
fix: stop reading Imperva CDN headers as a block (#60)

`x-iinfo` and `x-cdn: Incapsula` are set on every response Imperva fronts,
served pages included, so any Imperva-protected site was permanently
reported as an unresolved challenge.

Measured on microlink production traffic (2026-08-24 07:10-07:16Z): imperva
accounted for 78.5% of all scrape.do spend, 546 of 907 unresolved hops were
`detection=headers` on a `200`, and replaying the four proxy tiers against a
real capture costs 41 units before the change and 1 after.

Imperva has two failure modes and neither is the fingerprint:

- the JS challenge, served as a 200 with a near-empty body whose
  `_Incapsula_Resource` script carries two comma-separated hashes, where a
  served page carries one plus `&ns=`/`&cb=`
- the hard block, a 403/429/503

So detect the challenge by its script signature, and gate the header and
cookie fingerprints on a blocking status, matching how cloudfront already
handles the same CDN-header problem.

reCAPTCHA had the same shape: `grecaptcha.ready`/`execute` is v3 on an
ordinary form, not a wall. Gate those calls on a blocking status and keep the
200 case that matters -- the v2 widget rendered on the page -- as its own
rule, so a captcha interstitial is still caught.

Fixtures are real captures, both 200 with `x-iinfo`, differing only in the
challenge signature.

160 of 169 branches covered (94.67%)

Branch coverage included in aggregate %.

359 of 372 relevant lines covered (96.51%)

437.49 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32758253303.1 24 Aug 2026 05:44PM UTC 1
95.93
GitHub Action Run
Source Files on build 32758253303
  • Tree
  • List 1
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #32758253303
  • b708843a on github
  • Prev Build on master (#32756747804)
  • Next Build on master (#32817876308)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc