I’m trying to (on the user’s behalf) access and post to a website that, among other things, has an image captcha. Is there a way with cURL and PHP to get around that?
What I was thinking of was taking a screenshot, cropping it to only get captcha part, and letting my user tell me what the captcha is and then I’d submit it.
Is this a correct way to go about it? Any other (easier) ways to get around that?
Use an HTML parser to find the URL of the CAPTCHA image, and show that URL to the user.