Is there way to bypass it or somehow configure it to use our existing (live) session or pass cookies for the scripts?
I already pass cookies to my scraper, but that didn't help. I may have found a possible workaround, but I didn't have the time to test it.
1. If Cloudflare pops up, calls a function that invokes a puppeteer (an instance of chrome) to the forum and waits for CF to clear out.
2. Grabs the cookie from CF that lets you use the forum normally and passes it to all my other headless requests.
There is a chance that CF could ask me to solve a captcha though, so that would be a dead end.
