I am working on a curl script to create gmail accounts and got past the sms verification by waiting a minute or so before submitting the initial form.
Now however, gmail's little issue of requiring 3-5 captchas has me confused. My script will keep retrying forever and it will not make an account and keep saying to re-enter my password and enter the new captcha image.
But if i write the html page to a file and open it up in a browser and retry the captchas manually it will create the account usually after 2-3 tries.
I cannot figure out how gmail is determining the dif between firefox and curl at this step. I have looked at the headers and I emulate exactly what firefox is sending by looking at live http headers, and javascript is disabled.
Has anyone encountered this and know the problem/fix?
Now however, gmail's little issue of requiring 3-5 captchas has me confused. My script will keep retrying forever and it will not make an account and keep saying to re-enter my password and enter the new captcha image.
But if i write the html page to a file and open it up in a browser and retry the captchas manually it will create the account usually after 2-3 tries.
I cannot figure out how gmail is determining the dif between firefox and curl at this step. I have looked at the headers and I emulate exactly what firefox is sending by looking at live http headers, and javascript is disabled.
Has anyone encountered this and know the problem/fix?