Automatic Redirect to Cloudflare Turnstile Challenge After Login
Hi, I’m encountering a situation where, after performing a normal login flow on a website, the server automatically redirects me to a Cloudflare Turnstile challenge page. This happens without any direct user interaction the challenge appears immediately after the login request succeeds.
My question is: how should this type of scenario be handled using this solver? More specifically:
Is there a recommended way to intercept or solve a Turnstile challenge that appears as a result of an automatic redirect after authentication?
Should the solver be triggered again at that point, or is there some workflow I need to implement to detect and process such redirect-based challenges?
Any guidance or examples would be appreciated.
Thanks!
keep the sitekey and url and after login when the challenge appears get a token from solver and use that but I don't know how you will inject the token