I'm trying to navigate my WebBrowser inside my Windows Form Application to a website that uses Cloudflare.
Here is the code I'm using:
webBrowser1.Navigate("WEBSITE URL");
But when the webBrowser1 navigates to the site it get stuck on this site from Cloudflare and does not redirect to the website
Checking your browser before accessing www.WEBSITE.COM
This process is automatic. Your browser will redirect to your requested content shortly.
Is there a way to stop the webBrowser1 from getting stuck here?