Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 afterauto-domains.jsonis 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.jslocks 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.