docs(handoff): the urllib 403 was Cloudflare BIC, not nginx — root-caused, fixed, and the hypothesis retracted - #550
Merged
Conversation
…owser Integrity Check, not the
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.
Retires an open investigation whose leading hypothesis was wrong, and records
the measured root cause before it is lost.
The retraction
handoff-agent-setup-onboarding.mdhas carried, since 2026-09-08:That is refuted. The block is left intact and a
✅ RESOLVEDblock added aboveit — a corrected reading is worth more than a deleted one — but its "Next probe"
is explicitly marked do-not-run.
Root cause: Cloudflare Browser Integrity Check
Not the origin, not the docs repo. Evidence:
firewallEventsAdaptive→action=block source=bic ruleId=bictext/plain:error code: 1010(BIC's error code)etag,x-content-type-options,cf-cache-status); the 200 carried all threeFixed by a Configuration Rule
(http.host eq "developer.civitai.com")→set_config{"bic": false}.browser_checkstaysonzone-wide, socivitai.comandimage.civitai.comkeep BIC.Verified by content, not status:
Python-urllib/3.12now receivesbyte-identical bytes to a known-good UA on
/,/index.html,/llms.txt,/apps/and/agent-setup/prompt.md(6,949 B and 13,066 B,cmpclean).Gotchas recorded
*matches one path — the firstattempt fixed
/and nothing else, which reads as "the rule didn't work".PUT /zones/{z}/rulesets/{id}replaces the whole rules array, and theofficial docs only demonstrate
PUT. This zone has 5 other Configuration Rules.browser_check— and noCloudflare doc says so; confirmed empirically instead.
(empty UA → 200,
Wget→ 200), so "document a UA requirement" was never a fix.pagerulesGET without the scope returns.result: null— read as a count itgives a confident
0for a zone with 13. Check.successfirst.Also recorded in the subsystem index as
cli/agent-setup(rev00077c780e37edea),which outlives this doc.
Docs only.
buckets:were APPEND-only, so no other section of the doc was touched.