fix: add User-Agent header to bypass CloudFlare 1010 block on api.tryreflex.ai#4
Conversation
…lex.ai CloudFlare returns 403 (error 1010 'Browser Integrity Check') for requests without a proper User-Agent header. Python's urllib defaults to 'Python-urllib/X.Y' which gets blocked. Adds a 'reflex-quickstart/1.0' UA on both the Convex mutation POST and the worker /health GET.
|
Warning Review limit reached
Your plan currently allows 1 review/hour. Refill in 57 minutes and 13 seconds. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more review capacity refills, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than trial, open-source, and free plans. In all cases, review capacity refills continuously over time. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
After PR #3 switched to the branded api.tryreflex.ai domain, Python urllib started getting blocked by CloudFlare. Adds a UA header on both requests.
Need help on this PR? Tag
@codesmithwith what you need. Autofix is disabled.