Python Forum

Full Version: Captcha from other site
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Good day, i'm working on the project wich scrapping data from different sources, and one of them have a capcha.
Here the site:
https://dmvapp.nv.gov/dmv/vr/plateav/plateav_input.aspx
i'm have tried just get capcha script and necessary fields, but then i get "Wrong domen key"
So, what i want:
1. User enter data into my app
2. I send this data to the site with capcha
3. I "bring" capcha and send to user
4. User solve captcha
5. Send given data to the source and last one send me data that i need.
Hello, post the code you used in Python code tags and full error traceback message in error tags (you can find help about tags here).