Skip to content

feat(auto-domains): fetch-mode houzz to surface 429 block - #267

Merged
Kikobeats merged 1 commit into
masterfrom
next
Jul 3, 2026
Merged

feat(auto-domains): fetch-mode houzz to surface 429 block#267
Kikobeats merged 1 commit into
masterfrom
next

Conversation

@Kikobeats

@Kikobeats Kikobeats commented Jul 3, 2026

Copy link
Copy Markdown
Member

Houzz rate-limits datacenter IPs with a bare HTTP 429. Under prerender the headless browser returns an empty shell that hides the block, so is-antibot never sees it. Routing houzz through fetch mode surfaces the 429 status, letting is-antibot flag it (domain-scoped rule) and escalate to the proxy.


Note

Low Risk
Small domain-list and test change; behavior is scoped to Houzz fetch routing with no auth or data-model impact.

Overview
Houzz is added to the auto-domain list in scripts/postinstall, so Houzz URLs are handled in fetch mode instead of prerender after auto-domains.json is regenerated on install.

That change is intentional: Houzz often returns HTTP 429 to datacenter IPs, and prerender can yield an empty page that hides the block. Fetch mode keeps the real status visible so is-antibot can detect the rate limit and escalate to the residential proxy. A test in test/is-fetch-mode.js locks in fetch mode for a sample Houzz photo URL, with a short comment explaining the behavior.

Reviewed by Cursor Bugbot for commit b2abac3. Bugbot is set up for automated code reviews on this repo. Configure here.

Houzz rate-limits datacenter IPs with a bare HTTP 429. Under prerender the
headless browser returns an empty shell that hides the block, so is-antibot
never sees it. Routing houzz through fetch mode surfaces the 429 status,
letting is-antibot flag it (domain-scoped rule) and escalate to the proxy.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@Kikobeats
Kikobeats merged commit a1845d9 into master Jul 3, 2026
2 checks passed
@Kikobeats
Kikobeats deleted the next branch August 10, 2026 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant