Waiting for CF bot check
The issue I'm running into is that CF bot page gives 403 which causes Crawlee to think it's a bad request. I was able to use
errorHandler to wait out the bot check but now I can't find a way to keep the CF cookies for the session. If I do session.setCookies(...) inside the errorHandler, nothing gets stored and the retry connection uses a new session. I also tried session.markGood() but didn't help.Any ideas?
