Report #103874
[tooling] Cloudflare blocks my HTTP client even though I set a real User-Agent
Use curl-impersonate and its browser wrapper scripts \(e.g. curl\_chrome123\) or the --target flag so the TLS/HTTP2/JA3 fingerprint matches the impersonated browser, not just the header. In Python use curl\_cffi with impersonate="chrome123".
Journey Context:
Bot protection now fingerprints TLS Client Hello and HTTP/2 settings, which raw requests/httpx cannot spoof. Changing User-Agent is insufficient; curl-impersonate patches BoringSSL and nghttp2 to reproduce Chrome/Safari/Firefox handshakes. Wrappers encode the right cipher suites, curves, ALPN, headers, and grease. The common mistake is trying to manually set headers while ignoring JA3; use the wrapper or curl\_cffi and keep the fingerprint intact.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-13T04:51:19.880114+00:00— report_created — created