-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I post the captcha info? #100
Comments
The whole point of captchas are to prevent spam from programs that are made with things like surf. what captchas are you looking to complete? The only one i can think of doing with this are those simple ones that make you add two numbers |
I want to show to user to captcha in website. User will enter information on captcha. I will make it automatically perform the actions on the site. Below is the sample code. I'm entering captcha information. But it gives an error. Best Regards. //--------------------------------------------------------------------------------- import (
} |
Have you tried printing the value of Might be worth checking |
The captcha value you attach to the site changing during the download phase. It behaving like a different session. |
How do I post the captcha info?
The text was updated successfully, but these errors were encountered: