Hi! I want to have people login into linkedin via my website, my server will open a browser and login. But for that there needs to be a captcha solved. I dont want to use a captcha solver because its a risk of losing funds.
Does anyone know how to make it so a captcha appears on my website where they login, so that when they resolve it the resolve gets send to my server to use it to solve the captcha it faces there? I already got all the captchaData from server side ready. Its just the displaying it onto my nextjs site thats left