6 ms·
Recently, as part of the task Codex was working on for me, it needed to access a website behind a Cloudflare turnstile. It tried a regular scrape and failed. Th
by schnebbau 2mo ago
Recently, as part of the task Codex was working on for me, it needed to access a website behind a Cloudflare turnstile. It tried a regular scrape and failed. Then it found some code in my project for a proxy, which it isolated and repurposed to interact with the site it needed to scrape.
I thought that was cool.