So, there's this website that forces me wait for 60 seconds before it shows the captcha image.
However, I can get the captcha image before the 60 seconds using a GET request. It ends up looking like this:
When I save that code as a .jpg or .png file and open it, I get something like this:
Now, what I'm trying to figure out is a way to send the content of that captcha_code variable as a .jpg file to the captcha module.
There must be a way to do it.. right?
Could any expert help me?
Thanks.
However, I can get the captcha image before the 60 seconds using a GET request. It ends up looking like this:
When I save that code as a .jpg or .png file and open it, I get something like this:
Now, what I'm trying to figure out is a way to send the content of that captcha_code variable as a .jpg file to the captcha module.
There must be a way to do it.. right?
Could any expert help me?
Thanks.