Why Claude's Custom Connector Failed on Cloudflare (and How I Fixed It)
The author built a custom connector API on Cloudflare Workers that worked with ChatGPT but failed with Claude. The issue was caused by Cloudflare's
Why it matters
This issue highlights the importance of understanding platform-specific security settings when integrating AI services, especially when hosting on third-party platforms like Cloudflare.
Key Points
- 1Custom connector API worked with ChatGPT but failed with Claude on Cloudflare Workers
- 2Cloudflare's
- 3 blocking feature was the culprit, set to
- 4
- 5Turning off the
- 6 blocking feature in Security settings resolved the issue
Details
The author was building a custom connector that works with both ChatGPT and Claude, hosted on Cloudflare Workers. The connector worked fine with ChatGPT, but failed to connect with Claude. After investigating, the author found that Cloudflare's security settings were blocking Claude's requests, while ChatGPT's requests were not affected. Specifically, the
No comments yet
Be the first to comment