Field notes

Cloudflare fix guides

Cloudflare rarely tells you a rule did not run. It tells you the request succeeded. A Page Rule can be enabled, correct and permanently shadowed; a purge can return success having cleared nothing; a redirect loop can appear with no deploy at all. Each note takes one of those, explains why it is silent, and gives you a script that asks the API instead of guessing.

Cloudflare APIPython and Node.jsTests included
Why Cloudflare problems are quiet

Every problem here comes from a component behaving exactly as designed. First-match-wins rule evaluation is a legitimate model. An idempotent purge API is correct. Flexible SSL exists for origins that genuinely cannot do TLS. Nothing is broken in isolation — the failure lives in the combination, which is why neither end reports it and why you have to look at the whole configuration rather than the piece that looks wrong.

Cloudflare

Something not covered here?

These are the ones I keep hitting. If yours is broken in a way none of them describes, tell me on LinkedIn — it is usually how the next note gets written.