Captcha in Blob:url.Dynamic Captcha

anhle_ptit

Newbie
Joined
Jun 30, 2020
Messages
21
Reaction score
1
Have some body have idea to solve this captcha :
It 's in "blob:url".
I have searched but dont know the name of this captcha
 
What site does it appear on?
https://shopee.vn/buyer/login/signup
It's a Shopee site (Ecommerce site). Captcha appears at sign up page when you fill your number .Thanks you about concerning my problem
 

Attachments

  • Screenshot (18).png
    Screenshot (18).png
    194 KB · Views: 140
You can try to bypass captcha with using paid solution (e.g. 2captcha)

Convert image to base64 and post to captcha solver server.
 
You can try to bypass captcha with using paid solution (e.g. 2captcha)

Convert image to base64 and post to captcha solver server.
I can't dowload this img . I try in JS but have an error "Not allowed to load local resource: blob:https://shopee.vn/9f06108f-c200-4206-a2e0-084dac7a8eb6". I think Blob URLs can only be generated internally by the browser . So if I directly access "blob:url", it will fail. However thank you about your idea and concerning about my problem. I hope you continue helping me <3
 
I can't dowload this img . I try in JS but have an error "Not allowed to load local resource: blob:https://shopee.vn/9f06108f-c200-4206-a2e0-084dac7a8eb6". I think Blob URLs can only be generated internally by the browser . So if I directly access "blob:url", it will fail. However thank you about your idea and concerning about my problem. I hope you continue helping me <3
Hey, you can check this: https://stackoverflow.com/questions...python-3-selenium-if-the-url-begins-with-blob
 
Hey, you can check this: https://stackoverflow.com/questions/47424245/how-to-download-an-image-with-python-3-selenium-if-the-url-begins-with-blob
I must try . Thank you very much <3
 
Let us know how it goes! :)
I converted it
Hey, you can check this: https://stackoverflow.com/questions/47424245/how-to-download-an-image-with-python-3-selenium-if-the-url-begins-with-blob
Thank you I have converted it to base64. How to solve this code T.T, sorry I am newbie about that.
 

Attachments

  • Screenshot (27).png
    Screenshot (27).png
    371.2 KB · Views: 137
I saved image but It was Gif format T.T . How I solved this :(
 

Attachments

  • loz.gif
    loz.gif
    47.6 KB · Views: 127
You can try to ask the support if you have problem about how to solve the captcha.
 
You can try to ask the support if you have problem about how to solve the captcha.
Yeah I have tested , it solved well.For some reasons, I have not yet tested Api . If i have trouble, i will ask you. Thank you about concerning my problem <3
 
use 3rd party services to solve such as antigate read there docs its easy post request to get captcha solve with them
 
Back
Top